what happens if there are two or more different implementations of jre on same platform?

StackOverflow https://stackoverflow.com/questions/20093931

  •  03-08-2022
  •  | 
  •  

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.

有帮助吗?

解决方案

It will use the default version of Java.

To change this

  1. Go to Control Panel > Java > Advanced > Default Java for Browsers and uncheck Microsoft Internet Explorer.
  2. Go to C:\Program Files\Java\jre_version_you_need_to_use\bin, and run javacpl.exe. Go to Advanced > Default Java for Browsers and check Microsoft Internet Explorer.
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top