Guys Help Me to Choose Which IDE is better between NetBeans and Eclipse
plz give me the explanation with u r views
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Guys Help Me to Choose Which IDE is better between NetBeans and Eclipse
plz give me the explanation with u r views
If you outline the sort of development you want to do, maybe someone can suggest why one may be more suitable than the other, but AFAIAA they're pretty similar in capabilities.
Ultimately, nobody can choose on your behalf - they don't know how your mind works & the kind of things you're comfortable with. Some stuff you just have to do yourself.
As a first step, pick one and make a 'Hello World' project with it. Then try doing the same with the other. See which one feels better, clearer, easier to understand.
Ugh, please see the link in my signature on asking questions the smart way, especially the section on writing clearly.
This question has been asked so many times. Did you do a search for similar topics? What did google tell you?
The answer is always the same- it doesn't matter what we think. Try them both out, figure out which one you like better, and go for it. Some people prefer one, some the other. That should not affect your opinion.
Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.
I use NetBeans for desktop applications because it has a great GUI builder.
However I use Eclipse for web applications because it is very fast.
immutable objects
Last edited by ha.minh.nam; December 4th, 2011 at 07:26 PM.
You could use Window Builder Pro on Eclipse as well.
I personally used to write code on Netbeans and then i switched to Eclipse for no reason.I just wanted to be familiar with another IDE. Now i write Java code on Eclipse but use Netbeans for othr languages like PHP.
My website : MediDev
Thanks, I have known Window Builder recently. Will try it.You could use Window Builder Pro on Eclipse as well.
Eclipse also has a bunch of useful keyboard shortcuts so I can be more productive on it.
immutable objects
Last edited by ha.minh.nam; December 4th, 2011 at 07:29 PM.