Results 1 to 1 of 1
Thread: Java in XCode 3.1.3
- 03-08-2011, 08:07 PM #1
Member
- Join Date
- Mar 2011
- Posts
- 1
- Rep Power
- 0
Java in XCode 3.1.3
So, I am fiddling around with Java, and I have the following program:
class helloworld
{
public static void main(String[] arg)
{
System.out.println("Hello, World!");
}
}
I work in XCode 3.1.3, and I don't know where to put this. I have tried putting it in "Manifest" and "bin," but I get an error saying, "Content is not allowed in prolog." and I don't know what to do, or where to put my code.
Any response is appreciated.
Thanks!
Similar Threads
-
Creating a java application bundle with XCode on Mac OSX
By susan in forum Advanced JavaReplies: 1Last Post: 08-07-2007, 04:41 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks