Hi there, I am relatively new to the Java expierience! I only have one problem. I am using a text editor to execute a java file (I do have eclipse, but just want to see how it works using the Command Prompt). I am working through the tutorials on the java.sun website and am currently busy with the helloworld part (
http://java.sun.com/docs/books/tutor...ava/unix.html). I can compile the text file using the 'javac' command, but cannot execute the class file using the 'java' command. Attached is the error.
Any suggestions
Thanks in advance