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
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
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