Rob
Rob

Reputation: 353

How do I delete a project in IntelliJ IDEA 9?

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?

Upvotes: 9

Views: 7878

Answers (3)

robinst
robinst

Reputation: 31417

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

Upvotes: 2

Hamlet Kraskian
Hamlet Kraskian

Reputation: 801

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

Upvotes: 1

CrazyCoder
CrazyCoder

Reputation: 402005

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

Upvotes: 3

Related Questions