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 运行类时,我收到了消息:
Error in Workspace Errors exist in required project(s) Prog Proceed with lounch?
而且我无法检查这些错误在哪里。如何解决这个问题?
打开问题视图。它将在您打开的应用程序中显示所有编译时错误和警告。要打开该视图,请执行以下步骤:
Go to Window: Show View: Other: General: Problems.
此外,要在 Project Explorer 中查看错误,请按照 Vimal Bera 的建议尝试清理项目。