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.
似乎出乎意料(尽管我认为它在 ant 构建之后莫名其妙地发生了)我的 Eclipse IDE 停止解析我在项目中创建的 Java 类名,在我的包资源管理器中为我提供了一个很好的红色“x”列表。
我不确定这是如何发生或为什么发生的,而且我很难让 Eclipse 再次看到它们。在项目属性下,Java 构建路径引用中的源选项卡是 src dir,正如您所期望的那样。相比之下,引用的库拥有我使用的所有 jar,并且没有任何问题。我该如何解决?
1)右键单击 Project ,导航到Build Path然后单击Configure Build Path
2)现在点击选项卡Sources,您必须验证文件夹 src 下的程序在 Sources 选项卡中正确说明。
假设我的项目名称是 EmpService ,我的程序在 src 文件夹中(忘记包,实际上包必须在 src 下),然后选项卡将显示如下-
EmpService/src/
问候
安舒尔