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???
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???
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.
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....
You'll find example projects in /Developer/Examples/Java/
. /Developer/Examples/Java/JFC/TableExample
may be apropos.