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


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.
>
It could theoretically be needed at runtime by a JIT which wishes to 
inline calls to libgcj methods. For that reason it might be nice to be 
able to distinguish different versions of libgcj.jar, since 
incompatibilities between libgcj.jar and libgcj.so might be bad.

regards

Bryce.



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