[lug] java class path for gcc-java

Tom Tromey tromey at redhat.com
Tue Oct 16 14:42:10 MDT 2001


>>>>> ">" == D Stimits <stimits at idcomm.com> writes:

>> I also found one listed in Tom Tromey's reply:
>>    `locate libgcj.jar'
>>    If that doesn't work, try `locate libgcj.zip'.
>> ...it was the 2nd suggestion, locating libgcj.zip (in /usr/share/). My
>> guess is I have jikes and a Sun version.

jikes is just a compiler.  It doesn't come with any version of the
class libraries; instead, you point it at someone else's libraries.

libgcj.zip is part of gcj, the front end to gcc which can compile
Java.  It is actually part of the runtime.

Tom



More information about the LUG mailing list