This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Applets and the fly likes Web Browser's JVM version Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Web Browser Watch "Web Browser New topic
Author

Web Browser's JVM version

Nelson Nadal
Ranch Hand

Joined: Jun 06, 2002
Posts: 169
Is there a way to find out what version of JVM my web browser is using? Thanks.
Rob Ross
Bartender

Joined: Jan 07, 2002
Posts: 2205
Call System.getProperties(), then call getProperty(String) with one of these keys:
java.vm.specification.version -Java Virtual Machine specification version
java.vm.specification.vendor - Java Virtual Machine specification vendor
java.vm.specification.name - Java Virtual Machine specification name
java.vm.version -Java Virtual Machine implementation version
java.vm.vendor - Java Virtual Machine implementation vendor
java.vm.name - Java Virtual Machine implementation name
See the JavaDocs for System.getProperties() for more information.


Rob
SCJP 1.4
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Web Browser's JVM version
 
Similar Threads
jFroum supported jvm/j2ee versions?
Garbage Collection interpretation
corba exception at WAS 5.1
eclipse debugger is dead
Java Error While appending to Zip File