how to use java in xcode 3.2.1?
I'm creating a project in Java using XCode 3.2.1.....
But it 开发者_C百科is giving an error 'Build.xml does not exist'. The file is present in my build folder...... What should I do???
I suggest getting the Free version of Intellij IDEA from JetBrains. It is MUCH better at doing Java development than Xcode is by a long shot.
You'll find example projects in /Developer/Examples/Java/
. /Developer/Examples/Java/JFC/TableExample
may be apropos.
精彩评论