Ensuring JVM version #

A

Alan Armstrong

I'm writing a commercial product that uses applets. Here's my concern:

I don't want to test my applet against every single version of the
JVM.

I understand that I could specify a specific JVM version, but that
will "clobber" the global VM version, which doesn't seem too polite.

Anyone know a way around this? Or am I missing something?

Alan
 
A

Andrew Thompson

I'm writing a commercial product that uses applets. Here's my concern:

I don't want to test my applet against every single version of the
JVM.

Unless you are doing a small range of esoteric
things, the version of Java you need is 'enough'.

You might be using FocusManager or InputMap and
require Java version 1.4+ for example.

In that case, you can use the JavaVersionApplet to
redirect users with pre 1.4 VM's to another page, vis.
<http://www.physci.org/codes/jre.jsp>

HTH
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top