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.
我们有一些使用netscape.javascript包的旧小程序(我相信它来自com.sun:plugin包。
netscape.javascript
com.sun:plugin
我刚刚安装了 OpenJDK,它没有这个包。
有没有一种简单的方法来修复项目,使其不再使用这个包?
您可以将plugins.jar库添加到您的项目中,以便能够使用 netscape.javascript 类。它位于\jre\lib文件夹中。
只需添加plugins.jar到类路径。它在jre\lib文件夹中。
plugins.jar
jre\lib