Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I write Java code in XCode 3.2.1?

Tags:

java

xcode

I would like to know is there any way to program (write, compile and execute) Java in XCode as I don't see any Java templates. Does that mean that it's not possible?

like image 682
Piotr Z Avatar asked Dec 26 '09 11:12

Piotr Z


1 Answers

Click Choose Window > Organizer to open the Organizer. Then click + at the bottom of the Organizer. Choose New From Template > Java Templates.

Anyway, I personally feel better with Eclipse for Java development.

like image 50
Gregory Pakosz Avatar answered Oct 11 '22 06:10

Gregory Pakosz