Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans 6.8: "Java Web" not an option

I'm following this tutorial to set up an existing set of files for a web application, run on Tomcat6, packaged through NetBeans on Ubuntu 10:

http://netbeans.org/kb/docs/web/quickstart-webapps.html#setting

And I'm stopped at the first step because it says to create a new project, and under categories select Java Web. This isn't a category available to me. What do I need to do to get started with a web application?

like image 331
malenkylizards Avatar asked Dec 16 '22 23:12

malenkylizards


1 Answers

You have to make sure that you have the right plugins installed.

Click on Tools>Plugins. Under Available Plugins look for Java Web and EE and install them.

Alternatively, when you download Netbeans you have the option to choose the appropriate package for yourself. You can select the package that includes Java Web and EE. It comes with Tomcat 6 and GlassFish server.

like image 82
Vincent Ramdhanie Avatar answered Dec 19 '22 12:12

Vincent Ramdhanie