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 中有两个项目,我的主项目引用了我的第二个项目中的类,问题是我不断修改这两个项目,当我运行我的主项目时,它并不总是构建第二个项目,我需要 Eclipse 构建这两个项目项目当我运行我的主要项目时,我该怎么做?对不起,我是新手。
将依赖项目作为项目依赖项添加到 Java 构建路径。
您应该检查以确保在“项目”菜单下选中“自动构建”。每次保存后,它都会重建所有内容(即使您正在调试它通常也会交换它!)