每当加载 java applet 时都会出错
在过去的几个月左右的时间里,每当我尝试使用 Java 小程序时,都会遇到错误。
我在使用的每个浏览器上都会遇到此错误,在 Linux 中偶尔也会遇到此错误。 java 小程序加载大约 5 秒左右,然后停止,我收到两条错误消息,指出发生了异常 (java.io.EOFException
)。
无论我使用哪个网站,这似乎都会发生。访问该网站显示我正在运行 java 6 update 20,并且没有收到任何错误。谷歌搜索错误没有发现任何有用的信息 - 我不是 java 开发人员,所以大多数结果根本不适用于我。
我的问题是这样的。是什么导致了此错误,我该如何解决导致此错误的问题?
For the past few months or so, I've been getting an error whenever I attempt to use a java applet.
I'm getting this error on every browser I use, and I get the error occasionally in linux, too.
The java applet loads for roughly 5 seconds or so, then it stops and I get two error messages, stating that an exception occurred (java.io.EOFException
).
This seems to happen regardless of what website I'm using. Going to the website shows I'm running java 6 update 20, and I get no error. Googling the error turns up nothing useful - I'm not a java developer, so most of the results don't apply to me at all.
My question is this. What's causing this error, and what can I do to fix whatever issue is causing it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系。我进一步查看,结果发现我必须删除 ~/Application Data/Sun/Java/Deployment/Security 下的trusted.certs 文件(linux 中为~/.java/deployment/security)。这解决了问题。
Nevermind. I looked further, turns out I had to delete the trusted.certs file under ~/Application Data/Sun/Java/Deployment/Security (~/.java/deployment/security in linux). That solved the problem.