Reputation: 11
I'm creating a project in Java using XCode 3.2.1.....
But it is giving an error 'Build.xml does not exist'. The file is present in my build folder...... What should I do???
Upvotes: 1
Views: 534
Reputation: 205875
You'll find example projects in /Developer/Examples/Java/
. /Developer/Examples/Java/JFC/TableExample
may be apropos.
Upvotes: 1
Reputation:
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.
Upvotes: 2