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?

link|improve this question

Welcome to Superusers. You might want to ask your question in Web Applications. Superuser is aimed more at personal computer hardware, software and home networking. – CharlieRB Jan 7 at 19:22
Does JApplet or Applet appear when you go to File > New File > Java? – iglvzx Jan 7 at 20:14
Also, have you used Netbeans before? Did you install a JDK? – iglvzx Jan 7 at 20:16
Your question is duplicate of : stackoverflow.com/questions/3102512/… – Adel Boutros Jan 7 at 21:09
@AdelBoutros, not necessarily because that question is about version 6.8, not 7.0+. – Paul Jan 7 at 21:27
feedback

migrated from superuser.com Jan 7 at 21:03

This question came from our site for computer enthusiasts and power users.

1 Answer

up vote 2 down vote accepted
  1. Go to the Tools menu and select Plugins.
  2. Click on the "Available Plugins" tab.
  3. Check the box for "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.

link|improve this answer
Your answer is duplicate of : stackoverflow.com/questions/3102512/… – Adel Boutros Jan 7 at 21:42
You just repeated what the answer of that question suggested. Do not take credit for others' answers. – Adel Boutros Jan 7 at 21:43
1  
@AdelBoutros I know it's easier to click the downvote button than it is to read but you should at least take the time to consider what you're writing. For example, my answer gives the exact title of the plugin necessary. How did I steal that from the other answer? I didn't because I took the time to install the basic version of NetBeans 7.0.1, then install the plugins necessary to enable Java web application development. I had NB 6.8 on this computer so I figured I'd kill two birds with one stone: upgrade my installation and help someone out. – Paul Jan 7 at 21:53
Can't he deduct an answer from the question? That's why it's a duplicate – Adel Boutros Jan 7 at 21:56
And please don't tell me what to do. You are neither my boss nor my parent – Adel Boutros Jan 7 at 21:56
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.