Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pjk

macrumors member
Original poster
May 18, 2007
67
0
What is the best, or what would you recommend? Thanks in advance.

Pat
 

TheStu

macrumors 65816
Aug 20, 2006
1,243
0
Carlisle, PA
Well, XCode is included on the DVD and that has a java compiler (unless it doesn't anymore)

Eclipse is free, JGrasp (but I personally hate JGrasp on OS X) is free... google Free java Compiler OS X
 

Texas04

macrumors 6502a
Jul 2, 2005
886
1
Texas
Personally I believe that Eclipse is the best but jedit is also good. The only downside to jedit is that you have to compile and execute in the terminal. So I suppose that the best thing then would be eclipse. :)
 

elppa

macrumors 68040
Nov 26, 2003
3,233
151
javac *.java in the Terminal usually does the trick for me.

In all seriousness, Eclipse is a good SDK (and I believe used by many professional programmers) and if you are looking to start then BlueJ is quite useful for creating objects directly from classes and calling methods directly on those objects.
 

mlcolorado

macrumors newbie
Nov 19, 2007
24
0
Colorado
What is the best, or what would you recommend? Thanks in advance.

Pat

Personally I would go with one of these:

1. Command Line (terminal with javac and java)

2. Eclipse (google it if you don't know about it, it's a good program)

3. Netbeans IDE (also good, has a built in java GUI builder, like Interface Builder for native cocoa/carbon app building)

Good luck!
 

antibact1

macrumors 6502
Jun 1, 2006
334
0
Are you looking for an IDE or a compiler? There is only one Java compiler available for OS X (as far as I know), and it's the one that comes with OS X.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.