I installed JRE 6 on my existing 1.4.2 causing some applets in IE6 requiring 1.4.2 to stop working, how can i revert this back without uninstalling JRE6?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How do you deploy your applet? I assume you are using a jnlp file descriptor (Java Web Start).
If so, maybe you find this link useful:
http://docs.oracle.com/javase/1.5.0/docs/guide/javaws/developersguide/syntax.html
You can use this advice when deploying:
http://docs.oracle.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html
As far as I know, the standard in deploying applets nowadays is to use the deployJava script AND a jnlp file. This way you can detect the client’s jre’s using
Choose the appropriate one and then initiate your applet by calling:
Please take in account that depending on the Java Plugin the client runs, above approach might not work. DeployJava gives you an option to handle that