GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Programming  >  Java

 Print  |  
Question:  How to Know which version used in your system in command line



November 11, 2005 02:53:51 #1
 Shrikrishna   Member Since: Visitor    Total Comments: N/A 

RE: How to Know which version used in your system in c...
 

To know which version is running on your system(On windows), you need to type in the command line as,

jview -versions.

I have only tried this on Windows machines with a Sun JVM installed. I'm not sure what it will do on a machine with only the Microsoft JVM or with no JVMs at all. On a machine with both the Microsoft JVM and a Sun JVM, this command returns information about the Sun JVM.  

I have only tried this on Windows machines with a Sun JVM installed. I'm not sure what it will do on a machine with only the Microsoft JVM or with no JVMs at all. On a machine with both the Microsoft JVM and a Sun JVM, this command returns information about the Sun JVM.  

     

 

Back To Question