About 218,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. Error when checking Java version: could not find java.dll

    If Java Runtime Environment is not present inside JavaSoft, then create a new Key and give the name Java Runtime Environment. For Java Runtime Environment create "CurrentVersion" …

  3. How to check java version at linux (RedHat6) - Stack Overflow

    Dec 4, 2017 · Check the version number in the message. -If Java is not installed on your system, or the version of Java is earlier than 1.6, use the Linux Yellowdog Update, Modified (yum) …

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

    Oct 3, 2013 · I downloaded this Java JDK and installed it. But when I go to the command prompt to check the version, it says it's not recognized. Is anyone else experiencing this issue with the …

  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 …

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

  7. Jenkins slave unable to figure out java version - Stack Overflow

    Mar 21, 2016 · Jenkins slave unable to figure out java version Asked 9 years, 9 months ago Modified 1 year, 9 months ago Viewed 21k times

  8. How to get the Java version in PowerShell - Stack Overflow

    Sep 19, 2013 · I'm trying to get the Java version in PowerShell. The version string is printed to stderr, so I'm trying to redirect it to stdout and assign it to a string variable. I get the following …

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

  10. java - Checking Maven Version - Stack Overflow

    Jun 14, 2014 · I have just installed maven. I downloaded distributive, extracted files and set bin value environment variables, but when I type mvn -version in CMD I am getting message: …