priya
priya

Reputation: 11

how to use java in xcode 3.2.1?

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

Answers (2)

trashgod
trashgod

Reputation: 205875

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

Upvotes: 1

user177800
user177800

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

Related Questions