调试java插件

发布于 2024-08-19 12:00:09 字数 301 浏览 1 评论 0原文

是否可以调试java插件的小程序加载过程?

我不想调试我的小程序应用程序,我想调试java插件2的小程序加载过程。我的意思是 jnlp/jar 下载、缓存查找、证书检查等。我知道 java 插件不是开源的,但无论如何它都会有帮助。

我正在尝试解决仅在 IE 中发生的 JNLP2ClassLoader 问题。它适用于 Google Chrome 或 Firefox。该错误不太容易重现,但其中之一是“JNLP2ClassLoader.findClass:org.apache.log4j.spi.ThrowableInformation:再试一次...”。

Is it possible to debug the applet loading process of the java plugin?

I don't want to debug my applet application, I want to debug the applet loading process of the java plugin2. I mean the jnlp/jar download, cache lookup, certificate check, etc. I know the java plugin is not open source, but it would help anyway.

I'm trying to solve JNLP2ClassLoader issues happening only within IE. It works with Google Chrome or Firefox. The error is not very reproducible, but one of the is "JNLP2ClassLoader.findClass: org.apache.log4j.spi.ThrowableInformation: try again...".

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

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

发布评论

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

评论(2

蓝礼 2024-08-26 12:00:09

您可以随时在 java 插件控制台中按 5 将日志级别设置为跟踪。配置插件自动打开控制台,打开后立即按 5。这将打印一堆对你有用或无用的东西。

You can set the log level to trace, pressing 5 anytime in the java plugin console. Configure the plugin to open the console automatically and press 5 as soon as it opens. this will print a bunch of stuff that can or cannot be useful to you.

倾听心声的旋律 2024-08-26 12:00:09

我知道如果你在 init 方法之一的某个地方放置一个断点,你就可以使用 eclipse。您应该能够从调试器运行小程序,而无需网页。

I know you can with eclipse if you put a breakpoint somewhere in one of the init methods. You should be able to run an applet from your debugger without needing a webpage.

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