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

    Dec 15, 2009 · JDK The Java Development Kit (JDK) is a software development environment that you can use to develop and execute Java applications. It includes the JRE and a set of …

  2. 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, …

  3. Java Versions and Compatibility - Stack Overflow

    Apr 10, 2023 · A JDK is an implementation of the Java specs, plus a compiler and other tools for development and administration. Some JDK products use the trademark “Java”, but only if …

  4. How to specify the JDK version in Android Studio? - Stack Overflow

    This is wrong. Android Studio has a setting for which JDK to use, and this is just one of the options, so this just tells you which version that copy is, not which version you're using.

  5. How to change JDK version for an Eclipse project

    Aug 26, 2015 · The JDK (JAVA_HOME) used to launch Eclipse is not necessarily the one used to compiled your project. To see what JRE you can select for your project, check the …

  6. How to silently install Java JDK into a specific directory on windows

    Mar 8, 2013 · On my development machine I always have to install Java 6 and Java 7 and I have to install each JDK in both, the 32 and 64 bit version, for testing purposes. Since the frequency …

  7. How to install openJdk 8 in windows 64 bit os - Stack Overflow

    Oct 22, 2018 · The best way to do this is to use the builds from adoptopenjdk. They're very high quality and come in multiple variants for Windows ranging from zip files to MSI installers. Dead …

  8. Changing the java.home path in VS code - Stack Overflow

    Jul 23, 2020 · What if 1) I don't set java.home, 2) I don't set JDK_HOME, 3) I don't set JAVA_HOME 4) JDK 21 is on my system path 5) running a terminal with "java -version" shows …

  9. java - Obtain and download Javadoc (JDK API documentation) to a …

    How can I download the documentation? Is there a way to "download" the Javadoc (JDK documentation) from an online site to a local file? The online docs I am using tend to reject …

  10. How to import a .cer certificate into a java keystore?

    Importing .cer certificate file downloaded from browser (open the url and dig for details) into cacerts keystore in java_home\jre\lib\security worked for me, as opposed to attemps to …