Reputation: 3003
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?
Upvotes: 21
Views: 97988
Reputation: 20061
You should now find "Java Web" in File -> New Project.
Upvotes: 41
Reputation: 708
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.
Upvotes: 0
Reputation: 5091
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.
Upvotes: 0
Reputation: 2703
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
Upvotes: 18
Reputation: 11776
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.
Upvotes: 7
Reputation: 775
Upvotes: 31
Reputation: 61
Well, maybe you cant find Java Web in the installation list, so, search for Java EE Base, in Netbeans 7.x is the option, and includes the comment that includes Java Web and EE.
regards
Upvotes: 6