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

    Dec 15, 2009 · The JRE is the Java Runtime Environment. It is a package of everything necessary to run a compiled Java program, including the Java Virtual Machine (JVM), the …

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

    I'm working on a web site project with a Java component and am currently testing for cross-browser compatibility. Most is fine but the Java part won't load on 64-bit browsers. Looks like I …

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

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

    The javapath directory and symbolic links are created by the JRE installation (which is an optional process when installing the JDK) so if you didn't install the JRE you wouldn't have created …

  5. Java Versions and Compatibility - Stack Overflow

    Apr 10, 2023 · This JRE software consists primarily of a Java virtual machine (JVM) which executes the Java bytecode of a JVM-based app, and adapts that app to the host operating …

  6. java - Do I need both JDK and JRE? - Stack Overflow

    Oct 7, 2015 · I'll just add that JRE is Java Runtime Environnement and JDK is Java Development Kit which contains the JRE for running Java and other tools to develop in Java.

  7. java - Where is JRE 11? - Stack Overflow

    UPDATE: (to be more clear) You can find JRE 8, JRE 9 and JRE 10 on Oracle's official website (click on each). But where is JRE 11?! Also, JDK 11 doesn't include a JRE. I was expecting …

  8. windows - How to resolve Java Runtime (class file version 55.0), …

    How to resolve Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 error? [duplicate]

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

    Importing certificate file downloaded from browser (open the url and dig for details) into cacerts keystore in worked for me, as opposed to attemps to generate and use my own keystore. Go …

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