On Wed, 20 Jan 1999 19:27:26 -0800 Java Distribution <[EMAIL PROTECTED]> wrote:
>
> I have just built jikes on a Intel RH5.2 host.
>
> When I invoke the compiler, it aborts w/a complaint about
> not finding java.lang
>
> What is java.lang and where do I get it?
java.lang.* contains the most basic packages that Java requires; it (and
other standard packages) are usually stored in the 'classes.zip' file.
Jikes can't find that file.
The solution is either to set your CLASSPATH variable appropriately or to
provide the equivalent via the -classpath switch to jikes:
jikes -classpath /java/jdk/lib/classes.zip:/java/swing/swingall.jar:. *.java
-- -
|._.|_ Udo K. Schuermann "The future's not what it used to be."
|( )| ) [EMAIL PROTECTED] -- G'Kar, Babylon 5, "The Long Dark"
|_:_|/ Software Engineer, Blackboard Inc. I Am, Therefore I Think