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.
我的源文件夹中有一个包 com.foo。在那个包中有一个类 SomeClass。我在 com.bar 中有一个类 AnotherClass,它声明了一个 SomeClass。
在与另外两个同事开始沙罗会话后,在我们所有的三台机器上 SomeClass 都无法被 AnotherClass 识别。我们当然是在导入 com.foo.SomeClass 并且在我们开始会话之前这个类(自然)被 eclipse 识别了。
当我写这个问题时,一个同事解决了这个问题。Java Build Path 窗口中的 Order and Export 选项卡不知何故选择了我们所有的项目资源,包括外部库。我们简单地取消选择除源文件夹之外的所有资源并构建项目。
您可以通过右键单击包资源管理器中的 src 文件夹并转到“构建路径”>“配置构建路径...”来进入 Java 构建路径窗口。