About 52 results
Open links in new tab
  1. With Windows 10 I installed openjdk version 1.8.0 ...

    Aug 26, 2020 · The message was the same as yours: "This application requires a Java Runtime Environment 1.8.0_45". However, after a lot of searching, I saw someone running an executable …

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

    Oct 22, 2018 · The best way to do this is to use the builds from adoptopenjdk. They're very high quality and come in multiple variants for Windows ranging from zip files to MSI installers. Dead simple to …

  3. Why do I see open JDK 1.8 instead of Java 8? - Stack Overflow

    Apr 27, 2022 · When I check my Java version like this: java -version I see openjdk version 1.8.0 runtime environment build ..., but I thought I had Java 8 installed. Why does the version number show up as …

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

    Particularly relevant excerpt: "Users should download 64-bit Java software, if they are running 64-bit IE. For downloading 64-bit Java click 64-bit manual download " The only off-line installer, as far as I can …

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

  6. "This application requires a java runtime 1.8" when using wine

    May 14, 2016 · openjdk version "1.8.0_292" OpenJDK Runtime Environment (build 1.8.0_292-b10) OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode) There is also an issue with .jar file of the …

  7. Java -version shows java 8 while java 11 is installed

    Jun 6, 2019 · 28 After installing java 11 on my system, runtime continues to be 1.8 Versions of java installed: C:\Program Files\Java\jre1.8.0_201 C:\Program Files\Java\jdk-11.0.3 JAVA_HOME env …

  8. Eclipse - Installing a new JRE (Java SE 8 1.8.0) - Stack Overflow

    Does “I downloaded Java SE Runtime Environment 8” imply that you also installed it? Also, “the latest version of Eclipse” is Eclipse Luna which does not need the patches for Eclipse Kepler. It should …

  9. Registry key Error: Java version has value '1.8', but '1.7' is required

    Apr 17, 2015 · While running sencha app build production I am getting the following error: Error: Registry key 'Software\\JavaSoft\\Java Runtime Environment'\\CurrentVersion' has value '1.8', but '1.7' is

  10. Launch4j:This application requires a Java Runtime Environment …

    I am using the launch4j maven plugin to generate an .exe for my application.I would like also to embed a bundled JRE.i managed to achieve it with success from my pc which i have java 1.8.0_161 installed.