简体   繁体   English

带有Microsoft JVM白屏的Java AWT小程序

[英]Java awt applet with Microsoft JVM white screen

I have a java chat applet that's compatible with JDK1.1 so it works well even with Microsoft JVM. 我有一个Java applet的聊天所以它与微软的JVM运行良好,甚至是与JDK1.1兼容。

the thing is, sometimes the chat area within the applet becomes white and messed up. 问题是,有时小应用程序内的聊天区域会变白并弄乱。 It can only be fixed back by closing the whole Internet Explorer (all windows and tabs) and restarting it. 它只能通过关闭整个的Internet Explorer(所有的窗口和标签),并重新启动它固定了。

this doesn't exist when running the applet on sun's JVM, but we have to use MS's. 上运行Sun的JVM的小应用程序时,这是不存在的,但我们必须使用MS的。 it seems like it's related to the instance of JRE that runs with the browser when the first applet starts. 它好像它关系到JRE的与浏览器中的第一小应用程序启动时运行的实例。

The area that becomes messed up is a panel object used to render users's chat text. 混乱的区域是一个面板对象,用于呈现用户的聊天文本。 Any ideas? 有任何想法吗?

In perhaps a related matter, Java 5 is End Of Life this month. 也许与此相关的是,Java 5将于本月结束。

You may find you have to use something which can be supported like Java 6, or a non-Java solution. 您可能会发现必须使用Java 6或非Java解决方案等受支持的工具。 Perhaps an open source Ajax chat... 也许是开源的Ajax聊天...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM