Reputation: 1182
I have installed NetBeans IDE 7.3. I need to do JSP project from it. But I cannot find a web application option in File -> New Project.
Is there any plugin to install? Or else what should I do?
Upvotes: 0
Views: 6058
Reputation: 425
You can get Netbeans with all features using following link..
https://netbeans.org/downloads/
OR
go to "Tools -> Plugins" and download "Java EE Base" plugin from "Available Plugins" tab..
Upvotes: 0
Reputation: 51
Simply go to the Tools menu item and go to PlugIns from there select the tab plugin and search for the Java EE Base
Upvotes: 5
Reputation: 528
Maybe you downloaded just the Java SE Edition. Try the EE Edition there: https://netbeans.org/downloads/
Upvotes: 1