This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: The duplicate class registration problem
- To: Torsten Rüger <torsten dot rueger at firsthop dot com>
- Subject: Re: The duplicate class registration problem
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Sat, 27 Oct 2001 11:54:04 +1300
- CC: java at gcc dot gnu dot org
- References: <3BD4B156.30008@waitaki.otago.ac.nz> <3BD91C5E.6060102@firsthop.com>
Torsten Rüger wrote:
> So, is anyone actually doing anything about this?
>
> I suggested at least that debug line to stderr
> "Class " ... " is already registered".
>
> Is that in ?
Yes. The current behaviour is to print an error and abort if it occurs
before the runtime is initialized, or to throw an exception if it occurs
after the runtime is initialized (which could happen due to dynamic
loading, etc).
regards
Bryce.