About 11,300 results
Open links in new tab
  1. What is the difference between JDK and JRE? - Stack Overflow

    Dec 15, 2009 · JDK and JRE To explain the difference between JDK and JRE, the best is to read the Oracle documentation and consult the diagram : Java Runtime Environment (JRE) The …

  2. How do I find where JDK is installed on my windows machine?

    Jan 13, 2011 · I need to know where JDK is located on my machine. On running Java -version in cmd, it shows the version as '1.6.xx'. To find the location of this SDK on my machine I tried …

  3. Setting JAVA_HOME environment variable in MS Windows

    JAVA_HOME if you installed the JDK (Java Development Kit) or JRE_HOME if you installed the JRE (Java Runtime Environment). In the Variable Value field, enter your JDK or JRE …

  4. How to know the jdk version on my machine? - Stack Overflow

    Feb 16, 2023 · Java Runtime JRE and the Java development kit JDK are two separate things. If you want to check the version of the Java compiler used within your local JDK use javac -version.

  5. How to set the environment variables for Java in Windows

    Nov 4, 2009 · When JDK is installed, it adds to the system environment variable Path an entry C:\ProgramData\Oracle\Java\javapath;. I anecdotally noticed that the links in that directory …

  6. Differences between JDK and Java SDK - Stack Overflow

    Oct 3, 2008 · The JDK is a subset of what is loosely defined as a software development kit (SDK) in the general sense. In the descriptions which accompany their recent releases for Java SE, …

  7. how to change JDK for Android Studio from 21 to jdk 17?

    Nov 22, 2024 · I use android studio ladybug 24.2.1 In this version، GDK v-21 is Build-in how to change JDK for Android Studio from 21 to jdk 17. JDK for Android toolchain is 17 and Android …

  8. Mockito is currently self-attaching to enable the inline-mock …

    Dec 13, 2024 · I get this warning while testing in Spring Boot: Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please …

  9. How do I tell Gradle to use specific JDK version? - Stack Overflow

    Gradle uses whichever JDK it finds in your path (to check, use java -version). Alternatively, you can set the JAVA_HOME environment variable to point to the install directory of the desired JDK.

  10. Switching between different JDK versions in Windows

    Nov 18, 2014 · I'm working on few projects and some of them are using different JDK. Switching between JDK versions is not comfortable. So I was wondering if there is any easy way to …