Question of how to check the JVM version

N

nk

Hi all,

I have a quick question.
I am a beginner of JAVA and want to check what version of JVM the
client is using. I think that "System.getProperty("java.version")"
would work.
My question is, what registry key on the client side (suppose IE
Brower on Win2K3 OS) is read to check the java version? I need the
detail info.

Thanks
NK
 
O

Oliver Wong

nk said:
Hi all,

I have a quick question.
I am a beginner of JAVA and want to check what version of JVM the
client is using. I think that "System.getProperty("java.version")"
would work.
My question is, what registry key on the client side (suppose IE
Brower on Win2K3 OS) is read to check the java version? I need the
detail info.

It might be that no registry key is checked at all, and that the JVM
might just return a hard-coded value.

- Oliver
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,056
Members
48,769
Latest member
Clifft

Latest Threads

Top