Install Java JDK 12 OpenJDK version for Windows 10

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • A short video showing you how to install the Open JDK 12 JDK (java development environment) for Java development into Windows 10. I will explain everything for a beginner to understand the parts involved. The OpenJDK is easier to install than the regular JDK in my opinion. For beginner programmers.
    See the next video: • Install Free intelliJ ... on how to install IntelliJ IDEA for writing programs.

Комментарии • 41

  • @Alex-dq6vo
    @Alex-dq6vo 3 года назад +2

    Thank you sooo much, Mister Jenkins! You really saved me with this one! :)

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

    For anybody still having trouble, there's an installer version of this available from an external site called AdoptOpenJDK. It also has archived releases of some of the older versions if you need those instead. (adoptopenjdk.net)

  • @austinmoss4228
    @austinmoss4228 3 года назад

    Can't tell you how much this helped me, thank you!

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

    Thanks! Such a big help with installing JDK before installing data loader.

  • @katschrodinger954
    @katschrodinger954 3 года назад

    Awesome video!! Very easy to understand and to follow along with. Thank you!!

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

    oh thank you Gerry , i much appreciate your help .

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

    Yes! You got my Python to work! Thanks!!

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

    Thank you! You've saved my java grade :)

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

    The true hero we all need

  • @robertchapman681
    @robertchapman681 Год назад

    Thanks for this!

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

    Thanks! Very good instructions.

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

    perfect explained... thanks

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

    Ok, I have a silly question probably...is this what one would also do for Kotlin, Clojure, Elixir, F#, etc, etc?
    Wow. I can't thank you enough. I hope it works for Python!

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

      Kotlin, Clojure, etc. require different ways to install dependent on the language and probably version.

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

      Installing python is different, see my three videos on installing Python and PyCharm for win,mac, or linux:
      ruclips.net/video/puBXxzcWJIQ/видео.html, ruclips.net/video/oyzH4M6X6F4/видео.html, ruclips.net/video/hpo2Tk2s2pU/видео.html

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

      @@gjenkinsedu Thanks again Gerry. That's what I've been gathering. I'll figure it out! Looking forward to more videos.

  • @365indies
    @365indies 4 года назад

    simple and works

  • @Sights4Sounds
    @Sights4Sounds 3 года назад

    Thanks for this video

  • @cristianeduardofernandezro9985
    @cristianeduardofernandezro9985 3 года назад

    Sos un capo, muy bien explicado.

  • @johnstrunck2242
    @johnstrunck2242 2 года назад

    Thank You sir!

  • @kevinmoriel2709
    @kevinmoriel2709 3 года назад

    Thank u good sir

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

    Epic Video - Thanks Gerry

  • @marcibelasky2862
    @marcibelasky2862 Год назад

    thanks a lot

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

    Thank you, that good video!

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

    thank you!

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

    hey thanks for the video. If I type in java --version in the powershell it says "could not create the Java Virtual Machine". Does it mean i did wrong? sorry I'm a beginner in this.

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

      You can get this message for several reasons, but the most likely is that you need to run powershell as a administrator. See this link on ways to do that: www.javatpoint.com/powershell-run-as-administrator

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

    Hello Sir! At first thank You so much for video!
    I have one issue.
    I've just installed Java OpenJDK 13 followed by Your tutorial here. I set my Environmental Variables just like you. Next to I calibrated my NetBeans 11.3 to code, everything works fine! But when I try to run simple program (wrote in NetBeans) through CMD - appears problem:
    Error: Could not find or load main class "ClassName"
    Caused by: java.lang.NoClassDefFoundError: myclassname/MyClassName (wrong name: "MyClassName").
    I decided to check something... I copied my code from NetBeans and pasted it into the Notedpad and saved: "ClassName.java", and going same way I opened CMD to compile it into .class file and.. IT WORKS! Program works well.
    So maybe You know how to fix my problem when I am trying to run my program wrote in NetBeans through CMD?

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

      Sorry, I have not used netbeans in like 15 years so I can’t help with that. I recommend the jet brains ide which is free at here: www.jetbrains.com/education/download/. Then select the java tab. Click the button for them to send you the edu version.

  • @huhwhat8831
    @huhwhat8831 3 года назад

    I got a message that 'java' is not recognized

    • @gjenkinsedu
      @gjenkinsedu  3 года назад

      Make sure that you copied the path to the bin directory as shown at 3:18 in the video, and then paste it in at 5:58 in the video.

  • @beenaultra9077
    @beenaultra9077 3 года назад

    What about windows 8

    • @gjenkinsedu
      @gjenkinsedu  3 года назад

      You are on your own, I don't have a Windows 8 to try it on.

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

    Dude plz tell me how to open jdk

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

      jdk is not a application you open. I stands for Java development Kit. and includes several programs that are installed for use on the command line. So if you wright a simple java program in a editor such as Notepad and name the file Hi.java, you can open the command line windows program (windows search box, type cmd and enter) by typing the command
      javac Hi.py
      and if it completes with out errors you then then run it by typing
      java Hi

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

      @@gjenkinsedu then how I can simply write my java program on jdk.Is eclipse is necessary to write java programs on jdk

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

      Killer Eagle , There are a lot of choices for writing programs in java, I think eclipse is too complicated for a beginner and I suggest bluej. See these links for your options
      www.geeksforgeeks.org/what-will-be-the-best-java-ides-in-2020/
      www.quora.com/What-are-the-best-IDEs-for-Java-programmers

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

    jdk 12 is not free , isn't it ??!!

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

      Oracle JDK is free unless you use it for commercial applications (where you make money). See this link for details developer.okta.com/blog/2019/01/16/which-java-sdk

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

    You should NEVER install (2:28) Java in a path with a space in it (e.g., Program Files)!!!

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

      What is your source for that? Oracle installs in Program Files path: docs.oracle.com/en/java/javase/12/install/installation-jdk-microsoft-windows-platforms.html#GUID-A7E27B90-A28D-4237-9383-A58B416071CA