My experience writing Java Code has all been through the Java 1, 2, and 3 classes at NCSU, where initially I used only Notepad and grew into Eclipse. However I can't get the simplest of simple programs to run.
public class HelloWorld { public static void main(String args[]) { System.out.println("Hello Life Outside the Mac!"); }}
6/25/2008 12:02:43 PM
I dont know anything about xcode but you might want to see if it has a console output window somewhere.
6/25/2008 12:06:02 PM
What type of java project are you using?Choose New Project, and choose "Java Tool" Click the "Run" menu, choose "console" (or press command-shift-r).THen click the build and run button, and voila, you have your IDE.[Edited on June 25, 2008 at 1:03 PM. Reason : ]
6/25/2008 1:03:11 PM
I chose "Java Application" instead of "Java Tool" is that the difference?
6/25/2008 1:12:06 PM
When attempting a Java Tool it displays
Hello World
Hello Life Outside the Mac!
6/25/2008 1:14:46 PM
I didn't create the files under the SRC folder of the project... son of a.... knew it was something simple.
6/25/2008 1:29:44 PM