Make all the static variables of this class null. That should be enough to release all the references that that class are holding.
Cheers, Florin -----Original Message----- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf Of Carlos Vieira Sent: Donnerstag, 13. November 2003 20:33 To: [EMAIL PROTECTED] Subject: [JAVA3D] Static class Hi, 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". =========================================================================== 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".