duplicate classes (SAX problem)
Mark Wielaard
mark@klomp.org
Thu Oct 24 10:33:00 GMT 2002
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
More information about the Java
mailing list