Troy,
Many thanks. Your solution proved to be the one I needed. I am pretty new
to Linux and very new to Java. I really appreciate your assistance.
Thanks,
David House
-Original Message-
From: Troy Wu <[EMAIL PROTECTED]>
To: David House <[EMAIL PROTECTED]>
Cc: [EMA
id main( String[] args )
{
System.out.println( "Hello!" );
}
}
I compiled it like:
javac David.java
running it like
java David
error message:
Can't find class
David
If you need more information on the config,
please let me know.
Thanks,
David House