I'm doing a java3d application. I have a problem when opening html file with applets more than one time from the same parent. The problem is that classloader puts in it's cache all objects of my application. Well, i have to destroy all my objects at destroy(), making removeAllChildren(), etc, etc
My problem is that one of my classes is a static one... How can i destroy the the values of all variables that are inside this class...
Thanks in advance :)
Carlos
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".