About 131,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

    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 administra...

  3. What is the proper way of using JDK on WSL2 on Windows 10?

    Sep 13, 2020 · My windows 10 already have the JDK installed. Do I need to install JDK on ubuntu on WSL or can I use the Windows 10 JDK in the Ubuntu? How you do Java programming on WSL? …

  4. macos - How to brew install java? - Stack Overflow

    Jan 6, 2021 · I'd like to setup java on a new OS X machine, and prefer to use brew for OS X package management. How can I install latest java using brew?

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

    When JDK is installed, it adds to the system environment variable Path an entry C:\ProgramData\Oracle\Java\javapath;. I anecdotally noticed that the links in that directory didn't get …

  6. dockerfile - Installing Java in Docker image - Stack Overflow

    Jul 3, 2015 · In such scenarios simply include below line before installing java. This will create couple of directories in the container which is left out in slim variants to reduce the overall container size.

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

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

    Mar 13, 2023 · When I pointed the output to a .parquet I got a Data Factory task failure pointing the absence of Java in the Integration Runtime container. …

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

  10. java 11 - 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 binaries. …