I have two jre versions installed on my system (1.3 & 1.5) and i am trying to some java applet programs through internet explorer. All i wanted to know is that how will the web browser select which version of jre to use when the applet program is executed.
Asked
Active
Viewed 75 times
1 Answers
1
It will use the default version of Java.
To change this
- Go to
Control Panel > Java > Advanced > Default Java for Browsers
and uncheckMicrosoft Internet Explorer
. - Go to
C:\Program Files\Java\jre_version_you_need_to_use\bin
, and runjavacpl.exe
. Go toAdvanced > Default Java for Browsers
and checkMicrosoft Internet Explorer
.

Sandhu Santhakumar
- 1,678
- 1
- 13
- 24
-
how we will know which is the default java version as both the JREs are installed – Kratos Nov 20 '13 at 11:47
-
@Kratos Control Panel > Java > General > About or just type in command prompt java -version if you set it in the environment variables – Sandhu Santhakumar Nov 20 '13 at 12:26