Page 1 of 1

Java Compiler Mac

Posted: Thu Apr 16, 2009 8:26 pm
by myjean17
Does anybody here know how i can compile a java app on a mac and what program to use?

Re: Java Compiler Mac

Posted: Thu Apr 16, 2009 8:37 pm
by Sophia
javac is installed with Xcode.

I personally have never used it but Googling seems to provide ample instructions.

Re: Java Compiler Mac

Posted: Fri Apr 17, 2009 8:06 am
by Roquen
Go grab a copy of Eclipse.

Re: Java Compiler Mac

Posted: Fri Apr 17, 2009 8:08 am
by ian_scho
When I edit and compiled the application I used Eclipse.
The only problem I have with it though is that I have Java versions 5 & 6 installed and DMJava was compiled against version 1.4

@Roquen - Beat me to it, by 20 seconds