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

  2. installation - Unable to install Java on Windows 10 (1603 Error ...

    Jan 9, 2016 · My answer is not related to win 10, but might help someone who is having similar problem in windows 7 machine and not able to install jre 32 bit version. the work around to this is once you …

  3. Java JRE 64-bit download for Windows? - Stack Overflow

    49 I'm working on a web site project with a Java component and am currently testing for cross-browser compatibility. Most is fine but the Java part won't load on 64-bit browsers. Looks like I need a 64-bit …

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

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

  6. Java installer issue on windows 10 - Stack Overflow

    Jun 25, 2017 · 1 I wanted to install simple JAVA JDK on it (that's 8u131 version downloaded from oracle's site). The problem is my installer doesn't work, this is it doesn't run, with no popping …

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

    Step 5: Enter the Variable name as JAVA_HOME and the value to your jdk bin path ie c:\Programfiles\Java\jdk-1.6\bin and NOTE Make sure u start with .; in the Value so that it doesn't …

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

  9. java - Can't install Eclipse on Windows 10 - Stack Overflow

    Nov 8, 2024 · Can't install Eclipse on Windows 10 Asked 1 year, 1 month ago Modified 1 year, 1 month ago Viewed 158 times

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

    Oct 22, 2018 · But, after the installation when I tried checking the version using command java -version it's showing like regular JDK. This is because JAVA_HOME is pointing to your old JDK. You need to …