When viewing someone else's webpage containing an applet, how can I force Internet Explorer 6.0 to use a a particular JRE when I have several installed?
feedback
|
|
If you mean when you are not the person writing the web page, then you could disable the add ons you do not wish to use with the Manage Add-Ons IE Options screen added in Win XP SP2 | |||||
feedback
|
|
First, disable the currently installed version of Java. To do this, go to Control Panel > Java > Advanced > Default Java for Browsers and uncheck Microsoft Internet Explorer. Next, enable the version of Java you want to use instead. To do this, go to (for example) C:\Program Files\Java\jre1.5.0_15\bin (where jre1.5.0_15 is the version of Java you want to use), and run javacpl.exe. Go to Advanced > Default Java for Browsers and check Microsoft Internet Explorer. To get your old version of Java back you need to reverse these steps. Note that in older versions of Java, Default Java for Browsers is called <APPLET> Tag Support (but the effect is the same). The good thing about this method is that it doesn't affect other browsers, and doesn't affect the default system JRE. | |||
|
feedback
|
|
For the server-side solution (which your question was originally ambiguous about), this page at sun lists one way to specify a JRE. Specifically,
| ||||
|
feedback
|
|
Use the deployment Toolkit's deployJava.js (though this ensures a minimum version, rather than a specific version) | |||
|
feedback
|
|
I'd give all the responses here a try first. But I wanted to just throw in what I do, just in case these do not work for you. I've tried to solve the same problem you're having before, and in the end, what I decided on doing is to have only one JRE installed on my system at a given time. I do have about 10 different JDKs (1.3 through 1.6, and from various vendors - Sun, Oracle, IBM), since I do need it for development, but only one standalone JRE. This has worked for me on my Windows 2000 + IE 6 computer at home, as well as my Windows XP + Multiple IE computer at work. | |||
|
feedback
|
|
I have the same issue today and I concur with Jack Leow. Basically, on Windows XP, I had to go to Control Panel > Java and then:
| |||
feedback
|
|
As has been mentioned here for JRE6 and JRE5, I will update for JRE1.4: You will need to run the jpicpl32.exe application in the jre/bin directory of your java installation (e.g. c:\java\jdk1.4.2_07\jre\bin\jpicpl32.exe). This is an earlier version of the application mentioned in Daniel Cassidy's post. | |||
|
feedback
|