Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't create Java Web Application in NetBeans

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?

like image 319
nikos Avatar asked Jan 07 '12 18:01

nikos


2 Answers

  1. Go to the Tools menu and select Plugins.
  2. Click on the "Available Plugins" tab.
  3. Check the box for "Java EE Base" (note: on older NetBeans versions, the plugin to install was called "Java Web Applications").
  4. Click the "Install" button.
  5. Click your way through the dialogs until the plugin and its dependencies are installed.
  6. Restart the IDE.

You should now find "Java Web" in File -> New Project.

like image 113
Paul Avatar answered Oct 17 '22 07:10

Paul


  1. Go to the Tools menu and select Plugins.
  2. Click on the "Available Plugins" tab.
  3. Check the box for "Java EE Base".
  4. Click the "Install" button.
  5. Select "Web Projects" from plugin list
  6. Check the term & condition checkbox
  7. Click next and wait while NetBeans downloading the plugin
  8. Restart IDE
like image 31
kangaswad Avatar answered Oct 17 '22 06:10

kangaswad