How do I check my Java Version?
Check the Java version from the Command Line
To check the version of JRE that you are running, use the `java -version` command.
C:\>java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
Check the Java version of your Web Browser
To check the Java version in your web browser, use the script at JavaTester.
|
Bookmark How do I Check my Java Version?

