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

Javac but no Java

1998-08-25 Thread sgee
Running Slackware 3.4 with JDK 1.1.5 I can run javac but when I run java Test in directory /java I get the error Test.class not find. My profile has "." set and I also export my PATH="$PATH:/java" but it still can't find it. Any ideas will be helpful. Steve Gee Maxor NPS Development "Do or Do N