Java Development Environments for Macintosh?
spacecowboy420 asks: "My company (with my persuasion) has decided to move from a Windows platform to a Macintosh. The issue that is slowing this move is one of software solutions - more specifically a Jave IDE and Sales Contact Management software. We have been using JBuilder and Act!. Jbuilder is available for mac but is pricey, but the real rub is we need an IDE that supports the JClass Libraries (which Jbuilder does, but we would like to consider an alternative). Act! also doesn't have a mac version, so I am in new territory when it comes to mac contact solutions. What solutions have the Slashdot community found to be the best? What are the thoughts on Power Builder (although I know it doesn't support the JClass Libraries)?."
emacs has been around for years and years and is very robust and powerful.
vim (based on vi, which has been around for years and years) has been around for a really long time and is extremely powerful.
Both are far more powerful development environments than ANY IDE or any editor (sorry JEdit) and can interoperate with ANY SYSTEM YOU CAN THINK OF.
Learn them now!
(Oh yeah, use ant or make for building your system. Preferably make, but ant is easier when are you just starting and is more cross-platform)
http://www.naildrivin5.com/davec