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.
我将 maven 项目导入 eclipse,但它显示如下错误:
project was marked as readonly
但是我没有找到 .PROJECT 文件,发生了什么?
通过控制台(windows中的cmd,linux中的终端)类型导航到项目文件夹
mvn eclipse:eclipse
按 Enter。
如果是 Web 应用程序,请键入
mvn eclipse:eclipse -Dwtpversion=2.0
从 eclipse 中删除项目(不是物理上的)并重新导入。