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

  2. How do I check what version of Java I have installed?

    Jun 20, 2017 · I want to check what version of Java is installed on my PC before installing the latest Java update. How can I do this?

  3. How do I find where JDK is installed on my windows machine?

    Jan 13, 2011 · 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 I tried using echo …

  4. "java -version" not working in command prompt - Stack Overflow

    Oct 3, 2013 · C:\>java 'java' is not recognized as an internal or external command, operable program or batch file. C:\>java -version 'java' is not recognized as an internal or external command, operable …

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

  6. How to detect java by cmd, after installing it, without restarting the ...

    Aug 25, 2022 · When you installed Java, were you in the same command window as when you tried to find it? Cmd.exe probably only needs a restart. Since you can KNOW where they put Java.exe have …

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

    Jun 12, 2019 · java -XshowSettings:properties -version | findstr "java.home" doesn't work, because it prints multiple lines.

  8. "java -version"in cmd gives no result - Stack Overflow

    Dec 17, 2020 · Important - Open a new cmd window and use the command java -version. Any already open cmd windows do not reflect the settings that you do in the environment variables form/window.

  9. java - Tomcat: How to find out running Tomcat version? - Stack Overflow

    To find out the Tomcat version, find this file – version.sh for *nix or version.bat for Windows. This version.sh file is normally located in the Tomcat bin folder.

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

    Dec 12, 2011 · 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.