tags:

views:

281

answers:

3

Hi 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???

+2  A: 

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.

fuzzy lollipop
A: 

Thank u..... But currently i m supposed to work with xcode only...... i have to create java project for sql database connectivity with a basic interface....I have never worked with java in xcode........ plz help....

priya
Why? That is a completely unproductive and useless requirement; Xcode is not intended to be used for Java development and hasn't been for a long time!
bbum
Chris Hanson
+1  A: 

You'll find example projects in /Developer/Examples/Java/. /Developer/Examples/Java/JFC/TableExample may be apropos.

trashgod