How do I delete a project in IntelliJ IDEA 9?

£可爱£侵袭症+ 提交于 2020-01-03 07:32:04

问题


I've just created a new project but the structure is incorrect so I'd like to start again. It is it possible to delete a project from within IntelliJ or do I just have to close it and delete the relevant .iml/.idea files?


回答1:


The proper way would be to close IDEA and delete the project directory or just create a new project in the different directory.




回答2:


There was no context menu on the project for me. Instead, try this:

  1. File > Close Project
  2. In the project selection dialog, select your project
  3. Press the delete key on your keyboard



回答3:


It seems you can select file -> Open Project. and then by right clicking delete project



来源:https://stackoverflow.com/questions/2372010/how-do-i-delete-a-project-in-intellij-idea-9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!