I want to write a java web application using NetBeans 7.0.1, but i can't find the option Java Web in File -> New Project. Do i need to get any special Java edition to do that?
7 Answers
- Go to the Tools menu and select Plugins.
- Click on the "Available Plugins" tab.
- Check the box for "Java EE Base" (note: on older NetBeans versions, the plugin to install was called "Java Web Applications").
- Click the "Install" button.
- Click your way through the dialogs until the plugin and its dependencies are installed.
- Restart the IDE.
You should now find "Java Web" in File -> New Project.
9 Comments
- Go to the Tools menu and select Plugins.
- Click on the "Available Plugins" tab.
- Check the box for "Java EE Base".
- Click the "Install" button.
- Select "Web Projects" from plugin list
- Check the term & condition checkbox
- Click next and wait while NetBeans downloading the plugin
- Restart IDE
1 Comment
My answer will provide images for you to understand easily.
Go to Tools -> Plugins like this image
In Plugins windows, select Available Plugins tab, choose and install Java EE Base like this image

Now just follow the instruction and install the plugin, when it's done, restart the Netbeans, then you can create Java Web Application like this image

Comments
I had problems while finding the plugins under the Available plugins tab. The reason was under the settings tab, the three checkboxes were unchecked. I checked them all and then I can see the plugins under the Available plugins Tab.
And then I followed the steps mentioned in other answers. Hope this is also useful to this context.
Comments
If you have NetBeans 8.2+ and installed the EE edition, open the plugin panel from Tools -> Plugins. Go to the installed tab and check the Java EE Base plugin. Then activate that plugin.
If you need other options as well the select all the plugins under the Web and Java EE category and activate them.
Comments
In my case Above mentioned thing didn't worked for me.
I have installed multiple JDK (JDK version 8 and 9) due to which Netbeans 8.2 might not working as expected and then I was unable to create project.
Then I removed JDK9 and cleared cache from \Users\admin\AppData in windows.
Then I was able to create Java Project.

JAppletorAppletappear when you go to File > New File > Java?