About 677,000 results
Open links in new tab
  1. How do I find where JDK is installed on my windows machine?

    Jan 13, 2011 · 426 I need to know where JDK is located on my machine. On running Java -version in cmd, it shows the version as '1.6.xx'. To find the location of this SDK on my machine …

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

  3. How to check whether java is installed on the computer

    Nov 30, 2016 · After installing Java, set the path in environmental variables and then open the command prompt and type java -version. If installed properly, it'll list the java version, jre …

  4. How to know the jdk version on my machine? - Stack Overflow

    Java Runtime JRE and the Java development kit JDK are two separate things. If you want to check the version of the Java compiler used within your local JDK use javac -version.

  5. How to find the JRE path on Windows using command line

    Jun 12, 2019 · 2 JAVA_HOME is not set by default in Windows Java. Instead, it lists itself in the registry. The value CurrentVersion in HKLM\SOFTWARE\JavaSoft\Java Runtime Environment …

  6. How do I detect whether 32-bit Java is installed on x64 Windows, …

    27 I need to determine whether a particular system has 32-bit Java installed. I'm doing a remote query that only gives me access to the filesystem and registry, so I cannot attempt to run …

  7. How to know multiple versions of java are installed on windows …

    Jan 16, 2018 · I have multiple version of java on my windows once I check it using following command java -version It shows me only 1.8 version even though I have installed java 6 and …

  8. java - How to tell if JRE or JDK is installed - Stack Overflow

    Mar 20, 2014 · I have one computer that I intentionally installed JDK on. I have another computer with JRE, for, among other things, testing. However, when I got a java application working on …

  9. Setting JAVA_HOME environment variable in MS Windows

    Windows 10 – Search for Environment Variables then select Edit the system environment variables Click the Environment Variables button. Under System Variables, click New. In the …

  10. java - Which JRE am I using? - Stack Overflow

    Dec 17, 2019 · There are two varieties of JRE available. Java VM: IBM vs. Sun. Is there a way to know which JRE I am using through JavaScript or some Java issued command.