在XUL中设置java类(jar文件)的类路径,通过javascript访问

发布于 2024-07-25 03:13:27 字数 247 浏览 6 评论 0原文

我正在使用 XUL 实现 Firefox 扩展。 我有一组 Java 类,它们被压缩为 jar,需要通过 javascript 访问。 如果我将 jar 复制到 jre 的 lib/ext 中,那么 javascript 将能够调用我的 java 类。 如果我从 ext 中删除这个 jar 并将其打包到 xpi 中,Javascript 将无法找到我的 jar 文件的类路径。 请让我尽快知道如何在 XUL 环境中设置我的 java 类(jar 文件)的类路径。

I am implementing firefox extension using XUL. I have set of java classes that is zipped as jar which needs to be accessed through javascript.
If I copy my jar into jre's lib/ext then javascript will be able to invoke my java classes. If I remove from ext and package this jar in xpi, Javascript is unable to find the classpath for my jar file. Please let me know how to set the classpath for my java classes(jar file) in XUL environment at the earliest.

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

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

发布评论

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

评论(1

¢好甜 2024-08-01 03:13:27

I suggest taking a look at this extension

XQuery USE ME 1.4.7

and the following articles

Calling java from XUL applications

Java in Firefox Extensions

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