The Artima Developer Community
Sponsored Link

Java Answers Forum
how to know the JVM version thru a program,

1 reply on 1 page. Most recent reply: May 15, 2003 4:27 AM by Rahul

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
anupam shahi

Posts: 1
Nickname: anupam
Registered: May, 2003

how to know the JVM version thru a program, Posted: May 15, 2003 2:42 AM
Reply to this message Reply
Advertisement
How to know that which jvm is running on the machine thru
a java program.


Rahul

Posts: 52
Nickname: wildhorse
Registered: Oct, 2002

Re: how to know the JVM version thru a program, Posted: May 15, 2003 4:27 AM
Reply to this message Reply
The version can be obtained by:

String version = System.getProperty("java.vm.version");

Flat View: This topic has 1 reply on 1 page
Topic: light weight heavy weight? Previous Topic   Next Topic Topic: Simple Array Prob

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use