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 IDE 有一个问题。当我启动它时,出现以下错误:
点击这里显示错误
我已经尝试重新安装 Eclipse 并更改工作区的文件夹,但我已经遇到了这个错误。
尝试通过命令行启动 eclipse。试试下面的命令
eclipse -data c:/folder/of/your/workspace
这将确保 eclipse 在您想要的工作区文件夹而不是默认文件夹中启动。