About 2,690,000 results
Open links in new tab
  1. How to install OpenJDK 11 on Windows? - Stack Overflow

    Sep 26, 2018 · Once you have installed it, use choco install openjdk --version=11.0 in an elevated command prompt to install OpenJDK 11 (leave out the --version parameter to install the latest …

  2. java - Location of OpenJDK in Windows 10 - Stack Overflow

    Mar 16, 2023 · For example, if you use redhat, the default location is C:\Program Files\RedHat\xxx. Also by re-downloading any version of openjdk from the source, you should …

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

    Oct 22, 2018 · How to install openJdk 8 in windows 64 bit os Asked 7 years, 1 month ago Modified 4 years, 5 months ago Viewed 100k times

  4. java - OpenJDK availability for Windows OS - Stack Overflow

    May 13, 2011 · You may find OpenJDK 6 and 7 binaries for Windows in openjdk-unofficial-builds github project. Update: OpenJDK 8 and 11 LTS binaries for Windows x86_64 can be found in …

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

    Sep 13, 2020 · However, it is possible to either install and use Oracle JDK for Windows installation from WSL, or install OpenJDK Java into your WSL world from the Ubuntu package …

  6. java - Create jre from OpenJDK Windows - Stack Overflow

    Jul 18, 2018 · 42 We are switching from Oracle JDK/JRE to OpenJDK. Now I found only the JDK but I want to have a JRE as well from OpenJDK. This is for installing our application on the …

  7. Switching between different JDK versions in Windows

    Nov 18, 2014 · I'm working on few projects and some of them are using different JDK. Switching between JDK versions is not comfortable. So I was wondering if there is any easy way to …

  8. java - Set JRE to use Windows trust store, specifically the user's ...

    Mar 8, 2018 · A keystore of type Windows-ROOT should work -- it should access the TrustedRootCAs portion (line in MMC/certmgr.msc, tab in inetopt.cpl) of the store for the …

  9. security - How to obtain the location of cacerts of the default java ...

    I am looking on how how to obtain the location of cacerts of the default java installation, when you do not have JAVA_HOME or JRE_HOME defined. I need a solution that works at least for OS …

  10. JavaFX and OpenJDK - Stack Overflow

    Aug 31, 2013 · Where can I get pre-built JavaFX libraries for OpenJDK (Windows) On Linux its not really a problem, but on Windows its not that easy, especially if you want to distribute the …