Re: JAVA/Linux problem
>class David >{ >public static void main( String[] args ) >{ >System.out.println( "Hello!" ); >} >} Making David public would be a good idea. - [EMAIL PROTECTED] (C2 Technologies Inc)
Re: JAVA/Linux problem
You need to append the directory containing David.class to your CLASSPATH environment variable; e.g., export CLASSPATH=/some/dir/1:/some/dir/2:/your/class/dir where /your/class/dir contains David.class. --troy On Fri, 27 Nov 1998, David House wrote: I just installed the J