Hi Bruce,
> I have installed the blackdown port of the jdk 1.2 on a pentiumII running
> RedHat Linux 6.0.
>
> The good news is that I can run stand alone problems. The bad news is that
> javac can't seem to find classes from other files, unless they are precompiled
> first.
> (So if test1.java uses class test2, "javac test1.java" only works if test2.java
>
> is already compiled first.)
>
> I have my CLASSPATH set. It seems that something is worng with the compiler?
> It can find test2.class, but won't automatically resolve the dependency and
> compile test2.java if it needs to (test2.class not built yet).
Include "." in your CLASSPATH, this should fix the problem.
CU,
Stefan
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]