Vic Cekvenich wrote:
>How would we change the default Java from 1.4 to 5.0 using a software
>install program? (so that my webstart app runs on 5.0 for end users).
1) Have you tried putting a conditional-JRE block like this in your jnlp file:
<j2se version="1.5*">
...
</j2se>
For details, refer to section 4.6 of the published JNLP spec, version 1.0.1:
<http://java.sun.com/products/javawebstart/download-spec.html>
2) If you tried #1, did it work or did it fail?
If #1 worked, then your problem is presumably solved.
If you haven't tried #1, then I recommend doing so, because that is the
JNLP-compliant mechanism for specifying version-dependent resources and
configuration.
3) If #1 failed, have you filed a bug-report?
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden