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
Oliver Wong - 25 May 2006 16:30 GMT
> Hi all,
>
[quoted text clipped - 5 lines]
> 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