This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: duplicate classes (SAX problem)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]