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 中,我有一个项目 TEST,它依赖于 Project TEST2 和一个 externat jar external.jar。在为 TEST 项目创建 jar 并选中 Order 和 Export 选项时,创建的 jar 不包括 TEST2.jar 或 external.jar .. 那么我如何才能独立运行 TEST.jar 呢?
这里有两种可能。第一的:
在 Java 构建路径 > TEST1 项目的项目中添加 TEST2。
第二: