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.
我正在使用 Eclipse,并且正在开发一个简单的小程序来演示 cookie 的使用。
为了使用 cookie,我必须将“plugin.jar”添加到我的构建路径中。现在,那个 jar 文件是:
有没有办法在我的项目中使用那个plugin.jar,但不需要将它添加到我的构建路径中,而是在jre文件夹中“指向它”(用户无论如何必须拥有jre才能运行applet)?
将 jar 放在 jre/lib 中没有帮助,您应该将其放入jre\lib\ext。
jre\lib\ext
或者您可以将它放在任何位置并在 Eclipse 中更改 JRE 配置,如下所示
Windows -> Preferences -> Java -> Installed JREs -> Choose JRE -> Edit -> Add External Jar