Java awt 小程序与 Microsoft JVM 白屏

发布于 2024-08-08 07:54:17 字数 257 浏览 1 评论 0原文

我有一个与 JDK1.1 兼容的 java 聊天小程序,因此它甚至可以与 Microsoft JVM 配合使用。

问题是,有时小程序内的聊天区域会变白且混乱。 它只能通过关闭整个 Internet Explorer(所有窗口和选项卡)并重新启动来修复。

当在sun的JVM上运行小程序时,这个不存在,但我们必须使用MS的。 它似乎与第一个小程序启动时随浏览器运行的 JRE 实例有关。

变得混乱的区域是用于呈现用户聊天文本的面板对象。 有什么想法吗?

I have a java chat applet that's compatible with JDK1.1 so it works well even with Microsoft JVM.

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.

this doesn't exist when running the applet on sun's JVM, but we have to use MS's.
it seems like it's related to the instance of JRE that runs with the browser when the first applet starts.

The area that becomes messed up is a panel object used to render users's chat text.
Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

香橙ぽ 2024-08-15 07:54:17

也许与此相关的是,Java 5 将于本月终止生命。

您可能会发现必须使用 Java 6 等受支持的解决方案或非 Java 解决方案。
也许是一个开源 Ajax 聊天......

In perhaps a related matter, Java 5 is End Of Life this month.

You may find you have to use something which can be supported like Java 6, or a non-Java solution.
Perhaps an open source Ajax chat...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文