About 10,200,000 results
Open links in new tab
  1. java - 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. java --version doesn't work in the command line - Stack Overflow

    Jul 18, 2012 · I tried java --version in the command line and I get : Unrecognized option: --version Error: Could not create the Java virtual machine Error: A fatal exception has occurred. Program will exit.

  3. List of Java class file format major version numbers?

    The latest published version of the JVM spec can be found here (including some previous versions) Minor Version Number Chapter 4 of JVM (see link above): For a class file whose major_version is 56 …

  4. Java Versions and Compatibility - Stack Overflow

    Apr 10, 2023 · A Java Runtime Environment (JRE) is an implementation of the Java SE specifications, a complete Java platform, with all the software you need to execute an app written in a JVM …

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

    Dec 17, 2020 · 19 Move C:\Program Files\Java\jdk-14.0.2\bin\java to the beginning in the PATH variable. Important - Open a new cmd window and use the command java -version. Any already …

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

  7. Specifying Java version in maven - Stack Overflow

    Explains the differences between using properties and compiler plugin for specifying Java version in Maven.

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

  9. Using alternative maven and java version in vscode integrated terminal

    2 I want to set the maven version and java version in vscode integrated terminal to versions other than those specified in system environment variables. I am using the "Maven for Java" extension in …

  10. What is the latest most stable version of Java after Java 8?

    Dec 17, 2023 · The reason applications are sticking with Java 8 has nothing to do with its stability. They are sticking with 8 because it was the last version of Java that allowed illicit, improper hacks of the …