Java Applet 在 Internet Explorer 中仅加载一次(在第一个窗口中)
我在这里有点修复。在我的公司,我们有一个本地内联网网站,它有一个小程序形式的菜单栏。几天前,我记得我下载了一个更新(JRE 或 Windows,我不记得了),之后在 IE 中观察到菜单栏小程序加载的奇怪行为。
如果我第一次打开网页,小程序就会加载。当我打开第二个 IE 窗口或选项卡时,网页会加载,但小程序不会加载。没有错误,没有什么,只是用空白代替了菜单栏小程序。如果我刷新多次,有时小程序会自行加载。纯粹随机的行为。当我在谷歌浏览器中打开网站时,一切正常。如果我打开 java 控制台,则不会显示任何错误,即 java 只是根本无法加载!!!!
我将 IE 8 降级为 IE 7 和 IE 6,然后卸载、重新安装 JRE 并尝试了所有组合,但问题仍然存在!
请指教。
I am in a bit of fix here. In my company, we have a local intarnet website which has a menu bar in the form of an applet. Few days ago i remember i downloaded an update (either JRE or Windows , i can't recall) and after that in IE strange behavior is observed w.r.t the menu bar applet loading.
If i open the web page first time, the applet would load. when i open a second IE window or tab, the web page would load but the applet just wouldn't load. No Errors, nothing just white space in stead of menu bar applet. If i refresh multiple time, some time the applet would load by itself. purely random behaviour. When i open the website in google chrome, everything works fine. If i open java console, no errors are displayed i.e. the java is just failing to load at all !!!!
I downgraded IE 8 to IE 7 and IE 6 and uninstalled , reinstalled JRE and tried all combinations but the problem still exists !!
Please advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,我确实尝试清除缓存,但问题仍然存在。我的意思是它纯粹是随机的。小程序总是第一次加载。之后有时会出现有时不会。完全没有错误。现在,当我打开网站说数据执行预防错误时,即使谷歌浏览器也会崩溃。
yes i did try clearing cach but the problem persists. i mean its purely random. the first time the applet always loads. after that some times it doesn some times it doesn't. No errors at all. Now even google chrome is crashing when ever i open the website saying Data execution prevention error.
启用 Java 控制台,并为其启用所有日志记录。这将使您了解实际发生的情况,并可能使您确定小程序失败的原因。
Enable the Java console, and enable all logging for it. THis will allow you to see what is actually going on and may allow you to determine why the applet fails.