3

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?

8bitcat
  • 2,206
  • 5
  • 30
  • 59

1 Answers1

5

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!!

8bitcat
  • 2,206
  • 5
  • 30
  • 59
Indrajith
  • 880
  • 12
  • 21