• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Which is better NetBeans or Eclipse?

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i am a bit confused as what to use : NetBeans or Eclise for java development particularly Web Development.i think most people prefer Eclipse but it has less support than NetBeans ???

Can anyone help?

TIA
 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


i think most people prefer Eclipse but it has less support than NetBeans ???


Eclipse actually has more support that NetBeans. To answer your question, that entirely depends on your taste. Have you tried both? I personally like NetBeans, but that's me.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is ofcourse no objective, definite answer to the question "which is better". Some people prefer Eclipse, others prefer NetBeans. To find out which you prefer, try them both out and see which one you like best.

I'm a long-time Eclipse user, but I've been looking at NetBeans 6.1 and I'm impressed.
 
Saloon Keeper
Posts: 27808
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are actually very few things in life where there really is one "best". Usually, it depends on what you need to get done and how you like to do it. IDE's are very definitely in that category.

I'm a big Eclipse fan, but can work comfortably with other IDEs as well. The major advantage of Eclipse is the extensive collection of plugins available for it, including for languages other than Java, like C/C++, PHP, Python and Unix shell scripts.

The big advantage of NetBeans is that it's from Sun, so they tend to put in goodies that help with emerging Java technologies.
 
Jesper de Jong
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
NetBeans also has plugins for C/C++, PHP, JavaScript, Ruby, Python, AJAX, UML, SOA, mobile application development, and many more things.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic