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 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 Not, there is no Try"
>
>