Re: Javac but no Java

1998-08-25 Thread Kenny Freeman
On Tue, 25 Aug 1998, [EMAIL PROTECTED] wrote: NO, KENNY FREEMAN did NOT type: > On Tue, 25 Aug 1998, Kenny Freeman wrote: > Your problem is probarbl the same that I had: > I always typed >java Test.class > which ended up in the same error message that you discribed. > Try java Test > witho

Re: Javac but no Java

1998-08-25 Thread [EMAIL PROTECTED]
On Tue, 25 Aug 1998, Kenny Freeman wrote: Your problem is probarbl the same that I had: I always typed java Test.class which ended up in the same error message that you discribed. Try java Test without .class and you will have successcribed > How about the CLASSPATH env var? echo $CLASSPATH s

Re: Javac but no Java

1998-08-25 Thread Kenny Freeman
How about the CLASSPATH env var? echo $CLASSPATH should show something like: /usr/local/jdk/lib/classes.zip:/java:. most common problem with the class not found thing is improper classpath. On Tue, 25 Aug 1998 [EMAIL PROTECTED] wrote: > Running Slackware 3.4 with JDK 1.1.5 I can run javac but wh