This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: name of libgcj.jar


On 20 Jan 2002, Tom Tromey wrote:
> >>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
> 
> Matthias> java runtime environment consists of the libgcj* libraries,
> Matthias> libgcj.jar und gij.
> 
> Actually, libgcj.jar is part of the devel package.  It is needed by
> gcj in order to compile.  However, it should not be needed at runtime.
> If it is needed, then that is a bug.

There are some obscure uses of libgcj.jar, like

getResource("java/lang/Object.class");

as done in javac, for instance.  For that to work you'd have to add
libgcj.jar to the CLASSPATH.  I don't see it as a real problem though.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]