Re: Detecting Client's JVM Version

2007-04-20 Thread Pascal Robert
It seems that the JavaScript on this page simply write an tag and the detection code is inside an applet. So an applet should be able to get the Java version. We have a similar problem here with a digital signature that have some bugs with Java 6, so if someone find a way to found the Jav

Re: Detecting Client's JVM Version

2007-04-20 Thread Jonathan Miller
I'm not sure if there is a way to use JavaScript but I know it's possible because this company is doing it. cyscape.com take the test http://www.cyscape.com/products/bhawk/workshop/detectjava.aspx?bhcp=1 Any ideas?? Jon ___ Do not post admin reque

Re: Detecting Client's JVM Version

2007-04-18 Thread Robert Walker
Are you talking about a Java Web Start client or a browser plug-in client for applets? Are you trying to access the client from the server? I don't think you can do that. If you are talking Java Web Start you can send a recommended version inside your JNLP file. But, it's still up the cl