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

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

  3. Java Versions and Compatibility - Stack Overflow

    Apr 10, 2023 · A later version of Java and its compiler will be using features that did not exist in those earlier versions. So, of course, older runtimes cannot execute later apps. 👉🏽 If you compile …

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

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

  6. jvm - Getting Java version at runtime - Stack Overflow

    Apr 7, 2010 · These articles seem to suggest that checking for 1.5 or 1.6 prefix should work, as it follows proper version naming convention. Sun Technical Articles J2SE SDK/JRE Version …

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

  8. java - What version of javac built my jar? - Stack Overflow

    How can I tell what version of the Java compiler was used to build a jar? I have a jar file, and it could have been built in any one of three JDKs. We need to know exactly which one, so we …

  9. java -version and javac -version showing different versions

    java version "1.8.0" Java(TM) SE Runtime Environment (build 1.8.0-b132) Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode) Any idea what may be the problem here? Edit …

  10. Flutter doctor JAVA SDK version still old - Stack Overflow

    Oct 8, 2024 · • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) Upgrade your Android Studio to a more recent version: specifically, one that uses Java 17.