This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: duplicate classes (SAX problem)
- From: Mark Wielaard <mark at klomp dot org>
- To: nferrier at tapsellferrier dot co dot uk
- Cc: java at gcc dot gnu dot org
- Date: 24 Oct 2002 19:33:04 +0200
- Subject: Re: duplicate classes (SAX problem)
- References: <uk7k8nqsf.fsf@tapsellferrier.co.uk>
Hi,
On Thu, 2002-10-24 at 11:13, nferrier@tapsellferrier.co.uk wrote:
>
> Instead of throwing an exception shouldn't this somehow allow the use
> of the existing (already loaded) class?
This does make sense to me since it mimics that way traditional java
implementations work. Only the first class with a certain name (from the
same package and classloader) is loaded into the runtime, others are
ignored.
Would making that change here make sense or do we get problems later on?
Nic, have you tried just commenting out if block?
Cheers,
Mark