About 148,000 results
Open links in new tab
  1. How to know the jdk version on my machine? - Stack Overflow

    Feb 16, 2023 · 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. 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.

  4. java - Checking Maven Version - Stack Overflow

    Jun 14, 2014 · Type the command mvn -version directly in your maven directory, you probably haven't added it to your PATH. Here are explained details of how to add maven to your PATH …

  5. installation - How to find out JavaFX version - Stack Overflow

    Apr 24, 2014 · Is there any way to find out which JavaFX version is installed. And I DON'T mean programmatically via System.getProperty("javafx.runtime.version") , which returns an empty …

  6. java - how to check the jdk version used to compile a .class file ...

    The project uses Java 1.7. If I check inside of the MANIFEST.MF of amazon sdk it says Build-Jdk: 1.8.0_111 , but if I use javap -verbose MyClass | grep "major" it says major version: 50 which …

  7. cmd - Get java version from batch file - Stack Overflow

    Jul 18, 2013 · How to get java version and want to get '6' out of java version from batch file. I tried below script, but it didn't work. REM check java exists using JAVA_HOME system variable if …

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

    Sep 19, 2013 · I am trying to install java windows application on client machine.I want to check whether requried JRE is installed on the machine or not. I want to check it by java program not …

  9. java - How do I find where JDK is installed on my windows …

    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 …

  10. java - Tomcat: How to find out running Tomcat version? - Stack …

    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.