FIXED: JAVA/Linux problem

1998-11-28 Thread David House
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

JAVA/Linux problem

1998-11-27 Thread David House
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