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

    Dec 15, 2009 · JRE is the environment (standard libraries and JVM) required to run Java applications. The JDK includes the JRE plus command-line development tools such as compilers and debuggers …

  2. Java JRE 64-bit download for Windows? - Stack Overflow

    Might this be the download you are looking for? Go to the Java SE Downloads Page. Scroll down a tad look for the main table with the header of "Java Platform, Standard Edition" Click the JRE Download …

  3. ¿Cuál es la diferencia entre JDK y JRE? [cerrada]

    Sep 23, 2017 · 17 ¿Cuál es la diferencia entre JDK y JRE? JDK es el Java Development Kit o, en español, Herramientas de Desarrollo de Java. Sirve para construir programas usando el lenguaje de …

  4. Setting JAVA_HOME environment variable in MS Windows

    JAVA_HOME and PATH are different, I didn't say point JAVA_HOME to the jre/bin directory. Try making sure that the PATH environment variable includes the jre/bin directory. For example, type java from …

  5. Running JavaFX Application on JRE 8u451 After JavaFX Removal

    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 without violating …

  6. What is the difference between JVM, JDK, JRE & OpenJDK?

    Jul 19, 2012 · JRE is the Java Runtime Environment – it contains a JVM, among other things, and is what you need to run a Java program. JDK is the Java Development Kit – it is the JRE, but with …

  7. java - What happened to the JRE? - Stack Overflow

    Dec 15, 2023 · A JRE is just a JDK without build/compilation-related tools. If apps include a JVM, and users are no longer expected to be installing Java onto their desktop machines, then a JRE is …

  8. docker - dockerhub.io officially removed openjdk:8-jre from thier ...

    Nov 4, 2025 · dockerhub.io officially removed openjdk:8-jre from thier repository and what is he best alternative for it [duplicate] Asked 3 months ago Modified 3 months ago Viewed 4k times

  9. How can I get Java 11 run-time environment working since there is no ...

    The Answer by Stephen C is correct, and important. Oracle no longer intends for end-users to be installing a JRE or a JDK. Java Applets in a browser and Java Web Start app delivery are both being …

  10. Java SE 6 vs. JRE 1.6 vs. JDK 1.6 - What do these mean?

    Oct 30, 2008 · JDK is the Java Development Kit, JRE is the Java Runtime Environment, Java SE is the standard edition, and so on. But the version 6 (1.6) is becoming antiquated.