This post originated from an RSS feed registered with Java Buzz
by Dave Johnson.
Original Post: Addicted to Eclipse
Feed Title: Blogging Roller - Java Category
Feed URL: http://www.kattare.com/error403.kvws
Feed Description: Dave Johnson's weblog on Open Source, Java, Dot-Net, and the Roller Weblogger.
As much as I hate to admit it, I'm addicted to Eclipse. I'm hooked on the auto-import and auto-fix stuff that automatically imports the classes I need, adds missing methods needed to implement interfaces, and declares missing variables, fields, and even classes. And I'm hooked on the CVS client that gives me a clear view of every single file I have modified in my workspace, every incoming change, and makes it easy to override-and-commit or override-and-update. Netbeans 4.0 has come a long, long way from the old 3.X series and Creator is just awesome for JSF, but 4.0 is still not good enough to pull me away from Eclipse. There, I said it.
Unfortunately, Eclipse for Solaris/X86 is linked to Motif which makes it nearly unusable so I end up using Netbeans for most of they day, only switching to Eclipse when I need to synchronize with CVS. I actually blew a Saturday afternoon trying to get Eclipse 3.1 to build on Solaris/X86 linked to GTK. I failed, but only because I ran out of time.