How can I ensure that a Webstart application uses at least Java 1.42 (with the sun.misc.perf Timer) on the client’s machine?
I’ve read some articles about this topic here in the forum and on SUN’s server, but I can’t figure out.
This doesn’t work…:
..
<resources>
<j2se version="1.42"/>
<jar href="Application.jar" main="true"/>
</resources>
..
I’ll try “1.4.2*” then.
My quoted URL doesn’t say such, I think…