How i can program with java in Xcode?
I am starting with Xcode to programming with java but i dont know how. Can you help me please.
Thank you. From spain.
I am starting with Xcode to programming with java but i dont know how. Can you help me please.
Thank you. From spain.
You would be better off using another IDE, such as Eclipse or Netbeans, for Java programming. If you really want to use Xcode 4 for Java development, create an external build system project. Tell Xcode to use the Java compiler or ant as your build tool. If you are using Xcode 3.2, read the following:
How i can program with java in Xcode?