Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 XUL 实现 Firefox 扩展。我有一组压缩为 jar 的 java 类,需要通过 javascript 访问。如果我将我的 jar 复制到 jre 的 lib/ext 中,那么 javascript 将能够调用我的 java 类。如果我从 ext 中删除并将这个 jar 打包到 xpi 中,Javascript 将无法找到我的 jar 文件的类路径。请让我知道如何在 XUL 环境中为我的 java 类(jar 文件)设置类路径。
我建议看看这个扩展
XQuery 使用我 1.4.7
以及以下文章
从 XUL 应用程序调用 java
Firefox 扩展中的 Java