About 303,000 results
Open links in new tab
  1. 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 …

  2. java - Installing JDK without administrator privileges - Stack Overflow

    Oct 6, 2017 · I am trying to install JDK at office laptop but it says I need administrator privileges. I have only access to my own account at work. How can I install the Java Development Kit without …

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

    Dec 15, 2009 · 1440 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 Java Class Library, …

  4. Why am I still getting a cannot find Java SE Runtime Environment ...

    Dec 16, 2014 · Confusing documentation and installation process by Oracle. For anyone else without missing DLLs, turns out the jdk installer doesn't automatically setup the JAVA_HOME environment …

  5. java - Installing JDK 8 and JRE 8 silently on a ... - Stack Overflow

    Jan 20, 2015 · We want to update the JDK environment on multiple machines, all running windows but different versions (either XP or 7) For that purpose, I'm now creating a script which will automatically …

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

  7. java - Missing jvm.dll in self-hosted integration runtime Windows ...

    Mar 13, 2023 · Java Runtime (JRE) version 11 from a JRE provider such as Eclipse Temurin. Ensure that the JAVA_HOME environment variable is set to the JDK folder (and not just the JRE folder) you …

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

    Jun 12, 2019 · 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 indicates the …

  9. eclipse - "Could not find Java SE Runtime Environment." after ...

    Oct 12, 2013 · A 32 bit eclipse cannot load a 64 bit Java Runtime Environment. Try again with a 32 bit Java Runtime Environment, or (preferred) upgrade your Eclipse to a 64 bit version.

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

    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 runtime custom-fit to …