954,224 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to find the version details?

how to know the version details in java by commandprompt?
if any body know the command plz give a reply to me

satish.paluvai
Light Poster
45 posts since Mar 2007
Reputation Points: 9
Solved Threads: 1
 

In command prompt type

java -version


and return can be something like this

java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode)
peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 901
 

and simply if you type java -help means you will get list of items for help

in that itself it contains the java -version

from that you can get to know about the version that you are using.

vinod_javas
Practically a Posting Shark
871 posts since Feb 2007
Reputation Points: 119
Solved Threads: 7
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You