8bitcat
8bitcat

Reputation: 2234

Netbeans New project wizard does not show Maven Web Application

I have read the other questions regarding this! So this is not another duplicate.

When using the "new project wizard" in Netbeans 8.0 I choose Maven but then I can't choose Web Application. It's simply not displayed. So I asked google, and it told me to install JAVE EE. And I did but still no Web Application under the Maven Catergory.

What am I doing wrong?

Upvotes: 3

Views: 1766

Answers (1)

Indrajith
Indrajith

Reputation: 900

Maybe your Netbeans distribution does not contain JavaEE plugin. You can install it via Tools>Plugins>Available Plugins and search for Java EE

Update your plugin!!

Upvotes: 5

Related Questions