About 509,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 binaries. …

  2. java - 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? …

  3. 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 panel to...

  4. 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 Silently Windows …

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

  6. 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 when I tried …

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

  8. How to Install Java (JDK/JRE) with PIP? - Stack Overflow

    Feb 19, 2022 · 1 How do I install a specific Jdk/JRE using pip? I found this link and the instruction is to run pip install install-jdk, however after I do that, where is Java? If I run java -version nothing is returned.

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

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