9

According to the Netbeans site (http://netbeans.org/features/javascript/index.html), Netbeans can be used for "Developing with HTML, JavaScript, and CSS". However, the IDE does not ship with a project type just for this. Instead, there is a project type for PHP or (if you have a release before 7.0), Ruby etc. However, I just want to create a rich web application with Javascript/HTML/CSS. Perhaps there is a plugin for such a project type?

4 Answers 4

7

As far as I know, there is no plugin to create HTML project or General project (as in Eclipse). But for this I use Favorites tab:

  1. Display tab Favorites Windows > Favorites
  2. Find your directory for your html project
  3. Right click to directory and choose "Add To Favorites"

enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

I hate to admit it, but it seems like this is the only decent answer. I am really disappointed that there is not some generic web editing project type for Netbeans, and I guess Oracle, having taken over, will never consider putting some effort behind such an endeavour.
5

You can just create a PHP project and then not create any PHP code. You will need the PHP plugin installed first.

Source: http://forums.netbeans.org/post-32661.html

Comments

5

This isn't relevant to Netbeans 6.9, but Netbeans 7.3 (in beta as of 11 January 2012) has support for strict HTML/JavaScript projects.

Comments

3

If your still looking you could try this plugin: http://weblogs.java.net/blog/timboudreau/archive/2006/08/netbeans_module.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.