The duplicate class registration problem

Bryce McKinlay bryce@waitaki.otago.ac.nz
Fri Oct 26 16:55:00 GMT 2001


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.




More information about the Java mailing list