瀏覽器是ie11 64位,系統是win10 64位,但是為什么需要安裝32位的jre,才能運行網頁上的Applet?
1 回答

江戶川亂折騰
TA貢獻1851條經驗 獲得超5個贊
你好,sun官網有這樣一段話
There are no 64-bit versions of the Java Plugin, Java Web Start or Java Control Panel; however the 32-bit versions of the JRE can be installed on 64-bit systems in order to obtain this functionality. Notethat only 32-bit browsers are supported at this time.
即說明了64位的jre沒有java plugin來和瀏覽器關聯,所以就算在64位的機器上安裝了64位的jre, 也運行不了applet;但是可以運行用java寫的application;但是需要注意的一點是java是向后兼容的;
且64位的系統上可以安裝32位的jre來運行applet等程序
添加回答
舉報
0/150
提交
取消