I wish I had more specifics, I don’t have browser or java versions of the client computers having issues. As it stands right now I have a java applet that just checks the version if the client clicks it. Is there a way to check version before the page loads? I’d rather be proactive than reactive on the page. I’ve checked documentation here but without having access to the digital signature applet code, am having trouble wrapping my head around it.
Share
The
deployJava.jsmentioned in the deployment advice is the best option for this applet. If a suitable minimum version of Java is not available (and the end-user cannot or will not install it when prompted), the applet will not run.Having said that, there are other options. Such as:
deployJava.js.)