Java applet won't run under JRE7, no error displayed in console

随声附和 提交于 2019-12-04 14:55:40

Test the Java Version of your browser plugin first: http://www.java.com/en/download/testjava.jsp

I have both Java 6 and 7 installed on Windows 64 bit. My browser plugin is still the 6 version. I had not updated the plugin for the 7 version yet.

Here's what I did to solve the problem:

Java Control Panel -> Java tab -> View... (and manage Java Runtime versions and settings for Java applications and applets...) -> Find

Point the search to the Java folder in the Program Files (for a more efficient search). In my case, the control panel found additionally the JDKs (which I also had installed). It already knew about the two JREs I mentioned in the question above.

I accepted the new findings and applets now work in Chrome and IE9.

My theory is that something linking browsers to JREs was not right (the browser was launching the JRE, hence I got a console and an error message in the applet rectangle, but it wasn't correct somehow). Scanning for the JREs again fixes the glitch somehow.

Windows 7 32 bit

Go to start/all programs/java/configure java Temporary Internet Files/Settings Set from none to medium

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!