How to Install Java JDK on Windows 10 ( with JAVA_HOME )

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 1,2 тыс.

  • @hammad8707
    @hammad8707 5 лет назад +254

    watch this video at 1.5 speed
    trust me it will help

  • @brendanoverstreet9683
    @brendanoverstreet9683 8 лет назад +4

    I cannot express how unimaginably useful this was. Thank you so freaking much.

  • @raghav-cx3qq
    @raghav-cx3qq 8 лет назад +24

    control panel-system and security-system-advanced system settings-environment settings-from system variables table select PATH-u see a list of path folders, don't select anyone among them. just select EDIT TEXT which is on the bottom right just above the cancel button. A "edit system variable" window opens and in "variable value" u can see total text selected, deselect it by using right arrow key and u can see cursor blinking.Add a semicolon(;) and then select browse directory and add jdk path.Again add semicolon(;) and add jre path.press ok for all the opened folders.

  • @srishtirohatgi9456
    @srishtirohatgi9456 5 лет назад

    for people still facing problems, add only the path of your jdk(not jre) and then switch that path to topmost position. this helped me.

  • @militarualexandru8189
    @militarualexandru8189 5 лет назад +5

    yo, guys !
    if you have issues with the installation, make sure you run cmd as administrator, it worked for me.

  • @biggd4350
    @biggd4350 5 лет назад

    after watching over 20 youtube video's this is the one that helped. THANK YOU !!!!!!!!!!!!

  • @karmilazahrania9201
    @karmilazahrania9201 5 лет назад +5

    EXACTLY!!
    THANK YOU SO MUCH FOR YOU INFORMATION.... FINALLY

  • @EfraimHill
    @EfraimHill 6 лет назад

    I have been having this problem for a while now. Not even my IT teacher could fix it. Thank You so much for this video. You did it well and explained it clearly. :D

  • @caitlynpollard5765
    @caitlynpollard5765 9 лет назад +124

    Mine still says Java is not recognised

    • @johnparker2486
      @johnparker2486 9 лет назад

      +Caitlyn Pollard Windows 10? If so, turn off windows defender in settings

    • @lukastanisa2882
      @lukastanisa2882 9 лет назад +5

      +John Parker I have windows defender turned off, but it still doesn't recognise Java. What should I do?

    • @caitlynpollard5765
      @caitlynpollard5765 9 лет назад +1

      +John Parker thx any way I just dot another Java it was WAY easier

    • @playwithsumit
      @playwithsumit 7 лет назад

      Caitlyn Pollard hmmm same here

    • @moirangthemvishalsingh
      @moirangthemvishalsingh 7 лет назад +2

      ;C:\Program Files\Java\jdk1.8.0_121\bin;C:\Program Files\Java\jre1.8.0_121\bin; dont forget ; in end..this worked for me

  • @gul7884
    @gul7884 8 лет назад

    my computer gave several error. I deleted eveything and dowloaded them again.Luckly I encounter this helpfull video and It took only 3 day from me to make it run. THANK YOU

  • @mdmustafeezalam3470
    @mdmustafeezalam3470 8 лет назад +27

    in this video tutorial little error happen after bin of semi colon ; happen, thats why all of you suffering from problem. Just fix it
    bin\;C:\Program Files\Java\jdk\bin;C:\Program Files\Java\jre\bin.
    I hope all of you, problem resolve
    if not please reply

    • @alexzajac1511
      @alexzajac1511 8 лет назад

      Thank you so much for telling us this!!! I was getting so angry because I went through the steps so many times

    • @mdmustafeezalam3470
      @mdmustafeezalam3470 8 лет назад +1

      Thanks bro, have you install java jdk

    • @mdmustafeezalam3470
      @mdmustafeezalam3470 8 лет назад

      Put full stop at end

    • @TeoDaCool
      @TeoDaCool 8 лет назад +2

      Thank you, it worked :)

    • @NadiahNafira
      @NadiahNafira 7 лет назад +1

      Thanks man! it works. I left out the full stop too haha!

  • @surenenglish
    @surenenglish 5 лет назад +1

    Really helpful. I tried with other methods for four to five hours. But your video solved the issue in a jiffy. I was successful in installing without any hitch. Thank you very much for detailed instruction.

  • @bonsramk508
    @bonsramk508 4 года назад +11

    "'javac' is not recognized as an internal or external command,
    operable program or batch file."
    still saying this i am unhappy

    • @abhilaashkumar7672
      @abhilaashkumar7672 4 года назад +3

      What you want to do is, rather than copying the directory after opening the bin folder, trace one step back and create the system variable with the original file path i.e. Ex: "C:\Program Files\Java\jdk-13.0.2" (not :C:\Program Files\Java\jdk-13.0.2\bin ) and give it a variable name (Ex: Java_home.: u might have seen this in the previous videos). After this, while editing the path under system variables, mention bin - i.e. %JAVA_HOME%\bin.
      What's happening here is :-
      1. during system variable creation you are mentioning the original file's path.
      2. In the next step while editing path variable, you are telling the system to access the bin folder under through the original path.
      Why the old steps didn't work :-
      1. We were mentioning the bin folder as the original directory and the bin folder again while creating new path. The computer could not find a bin folder inside, the bin folder, as the bin folder was being accessed in the first step itself, making the whole procedure redundant.
      I hope all this made sense. If you still are unable to figure it out follow the link below :
      ruclips.net/video/g6Jz6LoS4ng/видео.html - try this video.

    • @devendrasinghnegi3787
      @devendrasinghnegi3787 4 года назад

      Type Java -version on command prompt

    • @josue237
      @josue237 4 года назад

      @@abhilaashkumar7672 Thank you finally worked!!!!

    • @technogeek5359
      @technogeek5359 4 года назад

      ruclips.net/video/k-kOLTYsM64/видео.html
      Go for that once
      Hope it will be fixed
      Cheers...

  • @tushartripathi4571
    @tushartripathi4571 8 лет назад

    after searching for about an hour....finally i got this.....thank u so much

  • @robinleckey
    @robinleckey 8 лет назад +38

    When I double click path, the "Edit System Variable" doesn't show up exactly like the video shows

  • @joshkleifgen6525
    @joshkleifgen6525 8 лет назад

    Worked great after a few mistakes. People need to know it won't work to add it to the last line of the inspection box, they have to click EDIT TEXT and add it to the end of that line. Don't forget the semicolons, and get the order right, jdk bin first, jre bin last. Thank you for the video, I am trying to use Udemy to learn Android programming with very little experience, and not being able to download Android Studio was a huge stumbling block. I'm all loaded because of this vid.

    • @ojaswisingh2786
      @ojaswisingh2786 8 лет назад

      +Josh Kleifgen
      i have no option for edit text coming
      i only have an option to edit
      it's saying it does not point correctly ..
      could u plz help
      i have been trying this for so long now
      reply asap!

    • @joshkleifgen6525
      @joshkleifgen6525 8 лет назад

      +Ojaswi Singh When you get to the variables window, click PATH, then hit the edit button. when the code inspection line window pops up, DO NOT CLICK EDIT. Click EDIT TEXT at the bottom of the window.

    • @TabishPatvi
      @TabishPatvi 8 лет назад

      +Josh Kleifgen thank you it help for me ... 😉

    • @nlmrv2820
      @nlmrv2820 8 лет назад

      I DID it

    • @TabishPatvi
      @TabishPatvi 8 лет назад

      Yeah

  • @shybester
    @shybester 5 лет назад +11

    Thats why minecraft is working like crap.
    I need java

  • @oliciaaxelou
    @oliciaaxelou 7 лет назад +1

    Thank you so much! I had to install java jdk for the previous semester and I spent days struggling with "javac is not recognised..." and now it was done in such a short time. You made it seem so simple. Very helpful. :D

  • @moirangthemvishalsingh
    @moirangthemvishalsingh 7 лет назад +9

    ;C:\Program Files\Java\jdk1.8.0_121\bin;C:\Program Files\Java\jre1.8.0_121\bin; dont forget ; in the end otherwise wont work which i think is the error most people here r getting

    • @malateshjoshi2362
      @malateshjoshi2362 6 лет назад +1

      thanks bro that worked.

    • @deepikavarma771
      @deepikavarma771 6 лет назад +1

      i am facing this issue with my eclips installation. unable to install the eclipse neon for window 64 bit boz of the error E:\workspace\.meta\.log error. after the Java installing checked in command prompt, its connected. but after eclips installation, getting this error (metadata error - showing in one window box ). i tried with different version of eclips, also changed the Java version and browsers too, but still showing same problem, it means i am blving in eclips problm and i changed the eclips stored locations ( workspace folder, in different folder,and also in destktop too), still facing same issue, pls help me to solve the problem. thank you in advance.

  • @StevePaul0562
    @StevePaul0562 7 лет назад

    Great video. I couldn't add by pasting into the path. I have a wizard that appears and selected new to add the paths for jdk and jre bins. This now works. Thanks for the easy to follow directions

  • @celinaspears2575
    @celinaspears2575 6 лет назад +4

    Very helpful ! Excellent stuff , Thank you .

    • @Karar0rpit
      @Karar0rpit 5 лет назад

      Very helpful ! Excellent stuff , Thank you .

  • @kayhoward8403
    @kayhoward8403 7 лет назад

    This video was very helpful. At first I was having problems, because I didnt put the semicolons in the right place. But after paying close attention. I got it! Thank you so much!!

  • @neilgladd5006
    @neilgladd5006 7 лет назад +25

    i did everything and when i open command prompt and type javac, it still says unrecognized

    • @JamesAnderson-ow7me
      @JamesAnderson-ow7me 7 лет назад +1

      i am on the same boat. i did everything i was instructed to do and i still got no recognition from the command prompt.

    • @aayushpaudel2379
      @aayushpaudel2379 7 лет назад

      James Anderson just delete other unwanted path that comes after windowspowershell\v1.0\; and add the given path as suggested in the video, this worked for me.

    • @notusabletil
      @notusabletil 7 лет назад

      Thank you sir.

    • @pragati6218
      @pragati6218 6 лет назад +1

      same problem with me and in order to solve it i followed what aayush had written in comment and checked twice what Muhammad Ibn Abu Bakr bin Rawhan bin Ahmad had written please help me if any one can

    • @pragati6218
      @pragati6218 6 лет назад

      hi thank you r return comment but i downloaded the JDK and even successfully installed the software

  • @sunsmilein
    @sunsmilein 6 лет назад

    This Video is very useful, this is the only video which worked for me. Easy to understand and perfectly works. Thank you very much :)

  • @magg1magg54
    @magg1magg54 4 года назад +12

    when i click on the dowload link i have to log in to a oracle account (wich i dont have)

    • @olivierntahiraja3685
      @olivierntahiraja3685 4 года назад

      Try this updated tutorial: ruclips.net/video/eIs1r0cmzN4/видео.html

  • @doit6423
    @doit6423 4 года назад +1

    Thank you bro it's helpful for me

  • @gargichattaraj3284
    @gargichattaraj3284 5 лет назад +11

    In this java file only jdk file is showing

  • @bhushanspoal3727
    @bhushanspoal3727 4 года назад +3

    this video is just amazing...should watch it once in your life time...god bless you...keep the good work going on

    • @harshjain8186
      @harshjain8186 4 года назад

      Hey check this out
      ruclips.net/video/Z_RDZoNJwTw/видео.html

  • @Sana-gg9qw
    @Sana-gg9qw 5 лет назад +4

    i am getting only one file in java that is jdk..what to do?

    • @nasirhurrah4177
      @nasirhurrah4177 5 лет назад

      ruclips.net/video/uadGsNA6h5Q/видео.html

  • @gen-zboomer
    @gen-zboomer 5 лет назад

    After spending so much time trying to find out how to change .jar from WinRAR to Java, you helped me figure it out.

  • @sudharshan3863
    @sudharshan3863 6 лет назад +10

    Bro..I didn't have JDK folder..I have only JRE folder...what to do??

    • @nasirhurrah4177
      @nasirhurrah4177 5 лет назад

      ruclips.net/video/uadGsNA6h5Q/видео.html

  • @christianhenry7348
    @christianhenry7348 8 лет назад

    thanks to your guide, I finally succeded to install and configure java JDK. Thanks a lot

  • @JuicerQt
    @JuicerQt 5 лет назад +3

    when u downloaded it i never got a jre file

    • @shyamprasadatluri7166
      @shyamprasadatluri7166 5 лет назад

      @Ian Bowman, Galaxy.. Is it necessary to install jre after installing java 11 or java 12 ?

  • @ste74usa
    @ste74usa 6 лет назад

    Your video is really, very easy to follow. I was able to install Java and create the JAVA_HOME without any problems. Thank you for your help!!!

  • @tanbiralam4535
    @tanbiralam4535 5 лет назад +7

    One big information about this video:
    "Don't Watch this Video. Because the process is not correct"
    Thank You

  • @magicfury9826
    @magicfury9826 8 лет назад

    omfg thankyou you are a life saver i just got a new laptop and i had to install java and i had no java(tm) platform se binary and now it works thanks!

  • @sylviarebelo2279
    @sylviarebelo2279 6 лет назад +6

    the issue is still coming for me when i try to install netbeans
    it says that it cannot find jdk. Please help...

    • @miraclescience840
      @miraclescience840 4 года назад

      ruclips.net/video/jAXmmAr9KzU/видео.html
      Best video for installing java

  • @parameshrakshna6629
    @parameshrakshna6629 6 лет назад

    Nyc .....very useful 2 me.....dis video helpful for installing jdk ....tankx a lotzz

  • @mahabalikushwaha6374
    @mahabalikushwaha6374 4 года назад +3

    Sir I am installing java but just getting one folder...

    • @olivierntahiraja3685
      @olivierntahiraja3685 4 года назад

      Try this tutorial here : ruclips.net/video/eIs1r0cmzN4/видео.html

  • @lenahajjar4746
    @lenahajjar4746 9 лет назад

    I cannot thank you enough for this video. I've been ssh-ing (via Putty) to my school's server for the past semester because whenever i tried to install java, i just ended up with nothing. Thank you for makign the process painless!!!

  • @MiroslavMakaveli
    @MiroslavMakaveli 5 лет назад +5

    Done. Thanks a lot for the video !!

  • @lit3plumber12
    @lit3plumber12 8 лет назад

    Java was actually installed on my pc but it worked regardless, thanks.

  • @cloudyacers6840
    @cloudyacers6840 5 лет назад +4

    Did anyone go here to watch if it worked?

  • @ShisDProdutions
    @ShisDProdutions 7 лет назад

    Thanks man, was having trouble setting apache tomcat and you saved me a lot of trouble. Thanks

  • @BillyBob_McSanchez
    @BillyBob_McSanchez 7 лет назад +6

    Dude, what the heck? You didn't even show us where to go in order to open up Java

    • @liswingeorge3185
      @liswingeorge3185 7 лет назад

      if you have installed your jdk in C drive. Reach out to Program Files and you see a folder with the name Java. Open it and there you will get both jdk and jre folders. otherwise search for Java in MyComputer to locate, and then open.

    • @BillyBob_McSanchez
      @BillyBob_McSanchez 7 лет назад +1

      Liswin George Yes but this is not helping me install Dr Java

  • @PavanKumar-ee4mq
    @PavanKumar-ee4mq 5 лет назад

    I just followed your steps and easily installed java. Thank you...

  • @mosesflood3716
    @mosesflood3716 5 лет назад +3

    Hey!
    I downloaded the java jdk but in java folder there is no file name as jre what to do?

    • @mosesflood3716
      @mosesflood3716 5 лет назад

      @I know Cause I'm BatMan.
      Okay,thanks👍

    • @zainabshafa4688
      @zainabshafa4688 5 лет назад

      And in my case there is only jre option noth the jdk one. So what to do. Pls help.

    • @zainabshafa4688
      @zainabshafa4688 5 лет назад

      My os is 32 bit

    • @mosesflood3716
      @mosesflood3716 5 лет назад +1

      @@zainabshafa4688 You must have downloaded the jre.exe file try downloading jdk file as well

    • @mosesflood3716
      @mosesflood3716 5 лет назад +1

      And also choose the option jdk 32bit

  • @govindaraja4271
    @govindaraja4271 7 лет назад

    Thanks bro.., By following this video i successfully downloaded and installed .........

  • @prashantvyascg9499
    @prashantvyascg9499 7 лет назад +8

    I follow yr all steps correct and still not work

  • @mukeshthakur9600
    @mukeshthakur9600 6 лет назад

    thanks a lot, by using this video, I successfully installed JAVA and all tendering work is going well. Again thank u so much.

  • @Appficial
    @Appficial 7 лет назад +12

    For those who is watching this in 2017, instead of downloading java jdk, get the Eclipse IDE which is a java debugger with built in java compiler

    • @zypex3823
      @zypex3823 7 лет назад +11

      Well sorry, I'm watching from 2005

    • @Appficial
      @Appficial 7 лет назад

      Roshan Hegde LOL

    • @pragati6218
      @pragati6218 6 лет назад

      from where i could get eclipse ide

    • @Appficial
      @Appficial 6 лет назад

      Eclipse.org

    • @AlexWithAStar
      @AlexWithAStar 6 лет назад +1

      Why is that better?

  • @tonybrown7847
    @tonybrown7847 8 лет назад

    Great, Java setup on my windows box now. Thanks so much for a clear and concise tutorial.

  • @hasansakib3502
    @hasansakib3502 4 года назад +3

    i am not finding any jre after installation

    • @miraclescience840
      @miraclescience840 4 года назад

      You may have installed java 13.
      In there you cannot find jre directly.
      Below video will guide you to install java 13 in windows successfully.
      ruclips.net/video/jAXmmAr9KzU/видео.html&feature=share

  • @anilmawji
    @anilmawji 7 лет назад

    Wonderful tutorial that was the most clear out of like the 20 ive seen trying to do this lol THANK YOU

  • @2ouble589
    @2ouble589 5 лет назад +15

    THERE IS NO FUKIN JRE!!!!
    could u pls help me UwU

    • @underscore_x5
      @underscore_x5 5 лет назад

      you must install it separately

    • @hardcoremagazine0
      @hardcoremagazine0 5 лет назад

      JRE ~ Java Virtual Machine - just "API" to run java apps
      JDK = Java Developer Kit, used to make java-based apps, newest version, as I remember, already including virtual machine. So...I reply comment above: you must install it separately.

    • @malmazz
      @malmazz 5 лет назад +1

      THERE IS FUKIN JRE😂😂 U actually need to install it separately 👍🏻

  • @Dark3nedDragon
    @Dark3nedDragon 5 лет назад +1

    For those of you asking about the changes to Environment Variables:
    The only difference is that you can now click new, and add the entire 'link', or 'path' to the file.
    I.e. Click Path, click edit, click New, paste in the link to JDK's Bin, then save, go to JRE's Bin, and do the same thing (New, paste, save, etc.).

  • @monklikegestapo6042
    @monklikegestapo6042 8 лет назад +12

    i cant find jdk in c:programmefile:java , i can see only jre

    • @sang7081
      @sang7081 8 лет назад

      download from www.oracle.com/technetwork/java/javase/downloads/index.html and install JDK. it should dwld jre and jdk by default

    • @monklikegestapo6042
      @monklikegestapo6042 8 лет назад

      +San G ty 😄

    • @wenlicai7597
      @wenlicai7597 8 лет назад

      ummm, i can't even find the "local disk: C" wtf help me

    • @IcyPer7628
      @IcyPer7628 8 лет назад

      well,lucky me cause i have that file down below but lucky them they have ssd file

    • @ShahzadIrfanmalik
      @ShahzadIrfanmalik 8 лет назад

      me too I only have jre

  • @Axe_prashu
    @Axe_prashu 4 года назад

    thank u so much sir . because i have successfully installation of JAVA jdk 14.0.2 version in windows 10

  • @darkshadowzz338
    @darkshadowzz338 8 лет назад +3

    When i click on path it shows me many options which one do i have to tak ?

    • @plutonas9
      @plutonas9 8 лет назад +2

      After you hit path, click ''Edit text''

    • @raghav-cx3qq
      @raghav-cx3qq 8 лет назад

      same here....

  • @muralikrishnan6806
    @muralikrishnan6806 7 лет назад

    Worked... Thank u very much for the detailed instructions...👌👌👌

  • @SplitUnknown
    @SplitUnknown 8 лет назад +8

    when i run a program
    The system cannot find the file C:\ProgramData\Oracle\Java\javapath\java.exe.

    • @ameyam9768
      @ameyam9768 8 лет назад

      same here

    • @SplitUnknown
      @SplitUnknown 8 лет назад

      what to do now?

    • @ameyam9768
      @ameyam9768 8 лет назад

      I also don't know 😐

    • @qrixtelify
      @qrixtelify 8 лет назад

      +jay Bhatt +Ameya M . Same here. What did you do to fix? Thanks

    • @SplitUnknown
      @SplitUnknown 8 лет назад

      +Kristel Apolinar look save only jdk's path & run programs.

  • @adildils6767
    @adildils6767 6 лет назад

    Explained very clearly..
    Thanks dude..you made my day !!!

  • @NovaDiversityChannel
    @NovaDiversityChannel 8 лет назад +1

    thanks alot it was very helpful and saved me a lot of time

  • @ChuckedProjects
    @ChuckedProjects 4 года назад

    This was probably great in 2015 and I appreciate what you did for those who needed it back then but I am not sure why my school (Excelsior College) sent me to this old video.

  • @simransachdeva8716
    @simransachdeva8716 8 лет назад +5

    please help me i cant able to set the path from the control pannel

    • @mjreddy26
      @mjreddy26 7 лет назад

      why it will shows 2,3 4hr for downloding any one face this problem

    • @hidekisuwito2699
      @hidekisuwito2699 7 лет назад

      go to settings and search control panel

    • @programmingtutorial549
      @programmingtutorial549 7 лет назад

      ruclips.net/video/b2varQk1X5c/видео.html

  • @collieman
    @collieman 6 лет назад +2

    Excellent and informative video, just as useful now as it was 3 years ago.

  • @shivashrestha3781
    @shivashrestha3781 7 лет назад +4

    Why Java home needed?

  • @furryfan87243
    @furryfan87243 7 лет назад

    Ah man... I love you. I was trying to figure this out today and I got it now. Thank you so much for this video!

  • @sukamaldash3599
    @sukamaldash3599 5 лет назад +4

    Can someone tell me when and where do we need to use the variable JAVA_HOME?

    • @ikechukwuokafor2844
      @ikechukwuokafor2844 4 года назад +3

      Sometimes when trying to run java projects (maven from personal experience) from the terminal, it checks for the Java JDK path by querying the JAVA_HOME property.
      In cases where this is not specified the compilation fails with JRE warnings.
      Hope this helps.

    • @itsme-do6sn
      @itsme-do6sn 4 года назад

      Bro just go to environment variables and then click the user variables next u have to click new option at the bottom, then just create javahome.. Set the java jdk path.. Its easy bro useful video, really works to me follow each and every step carefully .. 🙏

  • @utkarshumang6568
    @utkarshumang6568 5 лет назад

    Thanks, man!
    For others who have a doubt.
    This works for JDK SE 12 also.

  • @HtGR-
    @HtGR- 8 лет назад +21

    does this work for minecraft??????????

    • @sf_vel
      @sf_vel 8 лет назад +2

      Yes

    • @erolog
      @erolog 7 лет назад +9

      I play Minecraft

    • @LadyRuger007
      @LadyRuger007 7 лет назад +2

      same

    • @Zation
      @Zation 7 лет назад +2

      Me 2

    • @lavender1165
      @lavender1165 6 лет назад +7

      xXAdvanced GamingXx haha I'm here to download optifine lol

  • @piyushraval1509
    @piyushraval1509 5 лет назад

    it was perfectly work sir....thanx a lot

  • @lobo5903
    @lobo5903 6 лет назад +3

    *La Puta Madre Esta En Portugués y El Titulo En Español >:v*

    • @iamablexd
      @iamablexd 5 лет назад +1

      its just translated bruh to me too!

  • @mevadahimal3174
    @mevadahimal3174 5 лет назад +1

    Wow amazing that's work in my computer thanks a lot brother for your big help

  • @meshwasavalia7218
    @meshwasavalia7218 7 лет назад +1

    Thank you so much for helping me, i was trying to install java from last 3 days but anything was not working. Really thank you so much, god bless you

  • @PowerofYouth
    @PowerofYouth 6 лет назад

    Super explaination... its worked.. sir

  • @TristenLawson
    @TristenLawson 8 лет назад

    wow thanks it was a while till i got it working but thank you now my game has 64 bit and i can play more and i dont run out of memory

  • @FreedomKingdom
    @FreedomKingdom 8 лет назад

    Finally!
    The only one that helped to solve my problem.
    Thank you!

  • @ProgrammingKnowledge
    @ProgrammingKnowledge  8 лет назад +2

    Complete Java Masterclass Tutorial - ➡️ bit.ly/2GEfQMf ⚫️ bit.ly/2Vvjy4a
    How to Install Java JDK 13 on Windows 10 ( with JAVA_HOME ) - ruclips.net/video/IJ-PJbvJBGs/видео.html

    • @_bharatbk_
      @_bharatbk_ 6 лет назад

      help me bro it not working

  • @vijetachaudhary1997
    @vijetachaudhary1997 6 лет назад

    Thanks a lot for this video...
    I was so confused since many days....this video really helped me out!👍

  • @saishreesaishree1795
    @saishreesaishree1795 4 года назад

    ur video is really helpful.thanks man

  • @SirHeadButtocks
    @SirHeadButtocks 7 лет назад

    THANK YOU SOO MUCH EVEN IF SOME THINGS I COULDNT DO IT STILL WORKS FOR MINECRAFT

  • @mayankoza352
    @mayankoza352 5 лет назад

    thannks this was really helpful for begginers

  • @ravikumar-fr2ky
    @ravikumar-fr2ky 8 лет назад

    really helpful and easy...thanku sir

  • @IcyPer7628
    @IcyPer7628 8 лет назад

    it is i the perfect sand-witch who mentioned "something is commenting u that it doest work forme" well it didt work for mine either but lucky u,u achieve how to do it anyways thx for showing this video for us atleast u try it.

    • @IcyPer7628
      @IcyPer7628 8 лет назад

      well my problem is i cant open the vld file :(

    • @ALEXEIS
      @ALEXEIS 8 лет назад

      What's the problem?

    • @IcyPer7628
      @IcyPer7628 8 лет назад

      whateves im stupid i can udjust it to pm4 xDD

  • @priyasirigireddy2253
    @priyasirigireddy2253 6 лет назад

    Tq for giving such a help full information

  • @sivakumar-wc3zi
    @sivakumar-wc3zi 5 лет назад

    Thanks bro, first time with Java and it helped me a lot.

  • @vanitharamamurthi1766
    @vanitharamamurthi1766 4 года назад

    Thank you sooo much....i was struggling with this for the last couple of days...

  • @aouxswantoro5432
    @aouxswantoro5432 5 лет назад +1

    Sukriya....Thanks a lot. It helps

  • @anantjayaraman6282
    @anantjayaraman6282 7 лет назад

    Very easy to follow. Thank you!

  • @CoconutBackwards
    @CoconutBackwards 8 лет назад

    This was very helpful. Thank you very much

  • @alinasyed2639
    @alinasyed2639 6 лет назад +1

    really this vedio is very very helpful
    thank u sir to upload such a vedio😍😍

  • @khafeez81
    @khafeez81 5 лет назад

    very nice demonstration

  • @to.err.is.hooman
    @to.err.is.hooman 6 лет назад

    Awesome! Thanks dude. Now my NetBeans installer did run. Kudos! :-D

  • @sagarbhalerao6173
    @sagarbhalerao6173 7 лет назад

    Really helpful Video. Thanks man! it works.

  • @bussinessinnovationlabbil7605
    @bussinessinnovationlabbil7605 7 лет назад

    thank you for your brief tutorial

  • @assadaaadinawa5225
    @assadaaadinawa5225 6 лет назад

    you are a god sir , your vedio assisted me immensly .Thx! would you mind uploading some vedios on how to work on java from this point.

  • @harpreetkumar148
    @harpreetkumar148 7 лет назад

    Thanks for the awesome tutorial.

  • @Ganeshay-996
    @Ganeshay-996 5 лет назад

    Woooww what a great expectations gives sir ... fabulous

  • @Welcometoweird02
    @Welcometoweird02 8 лет назад +1

    When I attempt to do anything with Java, this command comes up, and I've done JAVA_HOME and all that:
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -d32 use a 32-bit data model if available
    -d64 use a 64-bit data model if available
    -server to select the "server" VM
    The default VM is server.
    -cp
    -classpath
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D=
    set a system property
    -verbose:[class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:
    Warning: this feature is deprecated and will be removed
    in a future release.
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -no-jre-restrict-search
    Warning: this feature is deprecated and will be removed
    in a future release.
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:...|:]
    -enableassertions[:...|:]
    enable assertions with specified granularity
    -da[:...|:]
    -disableassertions[:...|:]
    disable assertions with specified granularity
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:[=]
    load native agent library , e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:[=]
    load native agent library by full pathname
    -javaagent:[=]
    load Java programming language agent, see java.lang.instrument
    -splash:
    show splash screen with specified image
    See www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
    Anything anyone can do to help?