This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: SAX inclusion in libgcj
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: nferrier at tapsellferrier dot co dot uk, java at gcc dot gnu dot org
- Date: 25 Nov 2002 18:41:01 -0700
- Subject: Re: SAX inclusion in libgcj
- References: <u7kgamu62.fsf@tapsellferrier.co.uk><1035480413.29141.293.camel@elsschot>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> Interesting. What would you expect? For traditional java
Mark> programs the core boot classes normally override anything
Mark> provided by the program (unless -bootclasspath is given). Does
Mark> this behaviour also make sense for binaries produced with gcj?
Yes, but I think we'll need Bryce's binary compatibility code for this
to work.
Tom