classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DataInputStream changes...


From: Bryce McKinlay
Subject: Re: DataInputStream changes...
Date: Fri, 08 Dec 2000 12:49:26 +1300

Brian Jones wrote:

> > 4. (and this is the problem that I'm stuck on) jikes doesn't seem to
> > believe that files in java/lang and vm/reference/java/lang are
> > actually in the same package. ie: when its building java/lang and
> > looks for Runtime.java, it doesn't "find" it in
> > vm/reference/java/lang even though vm/reference is on the classpath.
> > What I can't understand is why japhar's implementation of these
> > files wouldn't also suffer from this problem - or does the japhar
> > build symlink them or copy its files into a single directory? or
> > what?
>
> Interesting.  The configure script symbolically links vm/reference to
> vm/current.  The lib/Makefile.am should be appropriate at that point
> to compile things.

I wonder, does this work for you because you still have someone elses
classes.zip available at this point? So the vm/current files are actually
building against classes from the other vendors java.lang?

regards

  [ bryce ]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]