Wednesday 28 May 2014

Check Version Of Java

For Windows Machine
Open a Command Prompt (Navigate to “Start” => “Run” and type “cmd”)

Then enter the following command:
java –version


For Open Systems
Open terminal

Then enter the following command:
java –version

You can see the output like below

C:\>java -version
java version "1.7.0_13"
Java(TM) SE Runtime Environment (build 1.7.0_13-b20)

Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)



                                                             Home

No comments:

Post a Comment