Where are my project wizards
Hi All,
Using IntelliJ 11 Ultimate.
I create a new project and all I get is Java and Web. I want to create a struts web app but I don't see any wizard options for that. I'm sure I had them before. Things that setup a basic app for me. The web option just creates a blank project.
Any ideas?
Please sign in to leave a comment.
First of all please make sure that you have Struts and other desired plugins enabled (File | Settings (Preferences on Mac) | Plugins). Proceed with creating a Java module, you'll be suggested to add Struts support at the next step.
Ahh I see it how. DOH! I chose web which gives me a basic web app. I need to chose Java - then the other options are available.
Thanks. :)