This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: duplicate classes (SAX problem)
- From: Anthony Green <green at redhat dot com>
- To: nferrier at tapsellferrier dot co dot uk
- Cc: java at gcc dot gnu dot org
- Date: 24 Oct 2002 05:12:25 -0700
- Subject: Re: duplicate classes (SAX problem)
- References: <uk7k8nqsf.fsf@tapsellferrier.co.uk>
On Thu, 2002-10-24 at 02:13, nferrier@tapsellferrier.co.uk wrote:
> I'm wondering how anybody has got Tomcat or any of the other Apache
> tools to run given that they mostly distribute the SAX classes
> (because they all come with Xerces).
Just don't compile them in. See the Makefiles at
http://sources.redhat.com/rhug.
The sax classes all come with "java" as well, so it seems reasonable to
leave them with gcj. That's what other applications are going to
expect.
AG