Java Compiler Mac

Chat about new breakthroughs in technology and science. Or even about cool stuff that happened in the past...
Forum rules
Please read the Forum rules and policies before posting.
Post Reply
myjean17
Novice
Posts: 28
Joined: Thu Apr 09, 2009 1:50 am

Java Compiler Mac

Post by myjean17 »

Does anybody here know how i can compile a java app on a mac and what program to use?
User avatar
Sophia
Concise and Honest
Posts: 4239
Joined: Thu Sep 12, 2002 9:50 pm
Location: Nowhere in particular
Contact:

Re: Java Compiler Mac

Post by Sophia »

javac is installed with Xcode.

I personally have never used it but Googling seems to provide ample instructions.
Roquen
Artisan
Posts: 179
Joined: Fri Jul 11, 2008 11:34 am
Location: Biarritz, France

Re: Java Compiler Mac

Post by Roquen »

Go grab a copy of Eclipse.
User avatar
ian_scho
High Lord
Posts: 2806
Joined: Fri Apr 07, 2006 8:30 am
Location: Zaragoza, Spain

Re: Java Compiler Mac

Post 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
Post Reply