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.
如何在 JDeveloper 中将 .jar 替换为较新版本?
我已经尝试从菜单中替换为 -> 磁盘上的文件选项,但它是灰色的。我还尝试在外部替换 .jar,但 JDeveloper 不会像我在外部编辑文件时那样拾取文件已被修改。
在您的项目属性中(右键单击项目> 项目属性),转到“库和类路径”菜单项。
从那里,您可以删除并重新添加要更新的 .jar 文件。
希望这可以帮助。