About 161,000 results
Open links in new tab
  1. How can I get Java 11 run-time environment working since there …

    Java Platform Module System jlink (JEP 282) jpackage (JEP 343) Desktop apps are now expected to bundle their own Java runtime. Those tools listed above can create a very small …

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

    The whole structure with Java 11 has changed. Java is now a modular platform, where you can create your own "JRE" distribution with specifically the modules that you need to run your …

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

    49 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 …

  4. Problem starting OWASP ZAP with OpenJDK 11 installed

    Jun 14, 2021 · when I try to start OWASP ZAP, after installing, the following messages appears: "This application requires a Java Runtime Environment 1.8.0". I have installed OpenJDK 11 …

  5. How to install OpenJDK 11 on Windows? - Stack Overflow

    Sep 26, 2018 · Register an uninstaller with Windows. As of Java 11, the Oracle's free version of Java (Oracle OpenJDK) doesn't seem to include an installer. It is just a zip file containing the …

  6. A fatal error has been detected by the Java Runtime Environment ...

    I was facing the same issue with JDK 11 in Eclipse, so I removed JDK 11 from the Installed JRE section and added back JDK 11 and then did an Eclipse restart. Afterwards, my issue was …

  7. How to find the JRE path on Windows using command line

    Mar 6, 2019 · 2 JAVA_HOME is not set by default in Windows Java. Instead, it lists itself in the registry. The value CurrentVersion in HKLM\SOFTWARE\JavaSoft\Java Runtime Environment …

  8. Launch4j | "This application requires a Java Runtime Environment." …

    Jun 29, 2024 · I run the file with command prompt Command: file.exe Output: This application requires a Java Runtime Environment. Is this error due to the .exe using the wrong JRE path?

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

    Nov 4, 2009 · How to set the environment variables for Java in Windows Asked 15 years, 11 months ago Modified 1 year, 2 months ago Viewed 1.3m times

  10. java - Где скачать JRE 11 - Stack Overflow на русском

    В Java 11 нет JRE. Если вы разработчик, вы можете запускать свою программу при помощи JDK 11. Если вы хотите делать это из командной строки, вы должны позаботиться о том, …