Converted2Truth said:
Oh, and the only reason that i use an IDE is because hitting a button is alot faster than typing "javac ...." in a terminal.
Actually, I find typing "ant build" followed thereafter by "!a" faster than lifting my hand off the keyboard grabbing the mouse and moving the cursor to a button on the screen, but then I'm really old school with this. I learned to program in college on a Vax mainframe back in 1984, where we were limited to one hour/week access, in a terminal room, where to get access to the login prompt would take 15 minutes of continually pressing "Enter". vi was a huge step up from edlin.
Edit: Ok, downloaded and installed NetBeans. I don't have a lot of time to play about with it tonight, but it's a native Intel application and seems pretty snappy to me. I was able to create a new project with my my latest webapps code, then build and deploy it in 12 seconds. Ok, there's not a lot of code there (just 44 classes) but that's a good deal quicker than my using the command line (having to copy the war file over and waiting for Tomcat to reload the webapp).
So I'd say you have nothing to worry about with Java on the Intel iMacs. I'm certainly extremely impressed with what they've managed to do.