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.
我有一个 netbeans 项目:java Web 应用程序。
项目中的一些库不包含在代码目录中。例如
....netbeans\7.1\var\cache\index\s717\java\14\gensrc\javax\mail\MimeMessage
所以当我在其他机器上克隆项目时,找不到库,因为 netbeans 目录不同。有没有检查它的工具?也许是一个 netbeans 插件。谢谢!
尝试在 Netbeans 项目浏览器中右键单击库,然后选择“添加 JAR/文件夹”。从那里,导航到所需的 JAR,然后选择“Reference as Relative Path”。