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