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

  2. java - What is the proper way of using JDK on WSL2 on Windows …

    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 …

  3. java - Installing JDK 8 and JRE 8 silently on a Windows machine …

    Jan 20, 2015 · There is no VERBOSE mode / log file to indicate what the installer is actually doing I have looked at these sources: JDK Installation for Microsoft Windows - Installing the JDK …

  4. Multiple Java versions running concurrently under Windows

    We have a couple of applications running on Java 5 and would like now to bring in an application based on Java 6. Can both java versions live together under Windows? Is there any control …

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

    Oct 22, 2018 · They're very high quality and come in multiple variants for Windows ranging from zip files to MSI installers. Dead simple to install JDK 8, 11 or 15. But, after the installation …

  6. How do I find where Java is installed on Windows 10?

    Nov 16, 2021 · 6 I recently installed Java (Java Runtime 1.8.121) to my machine. I need to set up JAVA_HOME and set the variable from the Java folder where it installed. Everywhere I have …

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

  8. Setting JAVA_HOME environment variable in MS Windows

    JAVA_HOME if you installed the JDK (Java Development Kit) or JRE_HOME if you installed the JRE (Java Runtime Environment). In the Variable Value field, enter your JDK or JRE …

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

  10. How do I set the default Java installation/runtime (Windows)?

    When you install a JDK on Windows, using their .exe program, in the middle of the installation it asks if it can install the JRE. That's what I meant by "let Sun [now Oracle...] update the public …