This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.endorsed.dirs plan
- From: Tom Tromey <tromey at redhat dot com>
- To: GCJ Hackers <java at gcc dot gnu dot org>
- Date: 14 Mar 2005 17:20:43 -0700
- Subject: Re: java.endorsed.dirs plan
- References: <m364zz9gey.fsf@localhost.localdomain>
- Reply-to: tromey at redhat dot com
Tom> Work on getting jonas to work has shown that we need to properly
Tom> implement java.endorsed.dirs.
Tom> 3. Keep javax.imageio in libgcj.so, but compile it BC. This is needed
Tom> as otherwise loading a different org.w3c.dom could break
Tom> javax.imageio. (Ugly Makefile hacking, here I come.)
It turns out that gnu.xml, javax.xml, and gnu.java.beans also needed
this treatment. The resulting Makefile isn't too awful, though, since
each of these packages is treated similarly.
Tom