About 4,950 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. How do I change the IntelliJ IDEA default JDK? - Stack Overflow

    This works great, except that in my poms I specify that the maven-compiler-plugin should use JDK 1.6, and when I import, IDEA informs me that the Language Level Changed and that …

  3. Differences between Oracle JDK and OpenJDK - Stack Overflow

    Jan 31, 2019 · Oracle JDK OpenJDK; A commercial software product implementing the Java specifications, released by Oracle Corp. An open-source project with complete source code for …

  4. Switching between different JDK versions in Windows

    Nov 18, 2014 · Switching between JDK versions is not comfortable. So I was wondering if there is any easy way to change it? I found 2 ways, which should solve this problem, but it doesn't work.

  5. 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 …

  6. Java web-app cannot compile with JDK 24: java: java.lang ...

    Mar 25, 2025 · I tried 3 JDKs: Adoptium JDK 24, Amazon Corretto JDK 24, Oracle build of OpenJDK 24. All of 3 JDKs is not success with my Spring 3.4.4 (latest version of the time of …

  7. java - How can I get the latest JRE / JDK as a zip file rather than …

    Oct 25, 2009 · Download latest version of JDK from Oracle (for example jdk-7u7-windows-x64.exe) Download and install 7-Zip (or download 7-Zip portable version if you are not …

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

    Feb 16, 2023 · To get your jdk location in Windows, run this at a command prompt: where java. This lists any and all locations of java.exe, including from your JAVA_HOME. For example, the …

  9. 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 …

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

    Oct 22, 2018 · They're very high quality and come in multiple variants for Windows ranging from zip files to MSI installers. Dead simple to install JDK 8, 11 or 15. But, after the installation …

Refresh