Java Development on a Mac - Xcode, Eclipse, or Netbeans [closed] Java Development on a Mac - Xcode, Eclipse, or Netbeans [closed] xcode xcode

Java Development on a Mac - Xcode, Eclipse, or Netbeans [closed]


You missed the Rolls Royce of all IDEs. IntelliJ Idea.

If you can afford to buy a personal license, go for it. Edit: There’s a free Community Edition which is a superb way to get started with Java, Scala or Kotlin.


I like NetBeans on OS X for Java.

It seems like I spend more time configuring eclipse to get a decent java programming environment. With NetBeans the setup time is less and I can get down to programming quicker...


I would advocate Eclipse on the Mac for Java, mosly because I had a very good experience. I'm not going to bang on about its merits as an IDE, but here are some unexpected advantages I found:

  1. When my employer switched IDE's to Eclipse I was way ahead.
  2. Pretty much any language I fancied trying out had a free IDE somewhere as an Eclipse plug-in, so I have a very consistent multi-language development environment.
  3. When I eventually went over to the Windows dark side I could use the same development environment, which was a huge relief.

But this is a bit of a religious topic, so expect to get a whole bunch of different opinions