At the moment, if you are just learning, neither.
Learn how to write programs using a simple tet editor (with syntax highlighting, maybe), while compiling, executing, and packaging from the command line. Once you have a good grip on all of that, then it would be a good idea to start worrying about an IDE.
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
and at that time, you should just try several and decide for yourself...
Personally I think neither is all that good, but Eclipse is better than Netbeans overall (though for someone in the early stages of their journey through lalaland the only difference that really matters is the performance, as Netbeans is terribly slow).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
I found Netbeans easier to learn than Eclipse.
Jwenting, didn't netbeans 5.0 fix much of the speed issues?
TextPad is a decent starting point. It keeps things simple and shouldn't cause any confusion.
Phaelax
Practically a Posting Shark
858 posts since Mar 2004
Reputation Points: 92
Solved Threads: 51
No, it didn't.
Maybe 5.5 does, but a colleague just tried it this week at work (and that was 5.5) and it was hideously slow.
2.6GHz machine, 1.5GB RAM, just displaying the open file dialog took several minutes.
Changing directories in the thing took long enough to go get a cup of coffee and drink it.
He didn't get around to opening and editing files, the day was over before Netbeans got around to that...
My experiences with 5.0 on similar hardware are identical or worse.
IntelliJ flies on my machines which have identical specs to that one. Eclipse works reasonably fast as well.
Both are also written in Java...
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
>Changing directories in the thing took long enough to go get a cup of coffee and drink it.
I admit neatbeans is slow to start, but I've not had much speed problems when actually in it. Eclipse appears to be slightly faster though. And all in all, for GUI builders I prefer eclipse over netbeans now.
However, cclipse and netbeans are bloated much like Visual Studio - but then you would expect that with GUI builders and all the other features they offer etc.
@Phaelex, what parts of netbeans did you find easier to use than netbeans. Just wonderin.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439