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 Mon, 2002-01-21 at 09:40, Jeff Sturm wrote:
> 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.

You can always build this into the executable with "gcj -R".

That being said, I agree that versioning libgcj.jar makes sense.

AG



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