About 315,000 results
Open links in new tab
  1. java - Differences between Oracle JDK and OpenJDK - Stack …

    NOTE: This question is from 2014. As of Java 11 OpenJDK and Oracle JDK are converging. Are there any crucial differences between Oracle and OpenJDK? For example, are the garbage …

  2. Which free version of Java can I use for production environments …

    Oct 6, 2019 · For Java 17, the Oracle JDK product is available under a new No-Fee Terms and Conditions license, discussed on the Oracle company blog. On my first reading, it appears this …

  3. "The system cannot find the file C:\\ProgramData\\Oracle\\Java ...

    Fix: goto path C:\Program Files\Java\jdk-17\bin copy files java.exe and javaw.exe, goto path C:\ProgramData\Oracle\Java\javapath and delete the existing shortcuts ( I had java 8 before …

  4. Whether Java SE is the same as JDK? - Stack Overflow

    Sep 29, 2022 · "Java SE" is the "Standard Edition" as opposed to "Java EE" a.k.a. "Enterprise Edition", for both you need either a pure execution environment "JRE", "Java Runtime …

  5. java - Difference between OpenJDK and …

    For Java 17, the Oracle JDK product is available under a new No-Fee Terms and Conditions license, discussed on the Oracle company blog. On my first reading, it appears this new …

  6. How to specify Java Home/JDK in Oracle SQL Developer?

    How to specify Java Home/JDK in Oracle SQL Developer? Asked 7 years, 4 months ago Modified 3 years, 5 months ago Viewed 34k times

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

  8. When was the JRE discontinued as a separate offering?

    Apr 26, 2019 · From Java 11 onwards, neither Oracle JDK or OpenJDK JDK has a corresponding JRE available for public downloads. However (and this is where you are incorrect) other …

  9. java - Running JavaFX Application on JRE 8u451 After JavaFX …

    Apr 29, 2025 · For example, can I include JavaFX libraries from an earlier JDK 8 release (e.g., 8u441) in my build, or is there another approach to make the application run on JRE 8u451 …

  10. java - What is the difference between JDK and JRE? - Stack Overflow

    Dec 15, 2009 · The JDK is the Java Development Kit, the full-featured SDK for Java. It has everything the JRE has, but also the compiler (javac) and tools (like javadoc and jdb). It is …