Yes. See: http://java.sun.com/j2se/1.4.1/docs/api/java/lang/System.html#exit(int) and/or http://java.sun.com/j2se/1.4.1/docs/guide/security/permissions.html#PermsAndMethods
Regards, Joe At 2003-01-16 14:39, you wrote:
I am trying avoid an error of "modifying life compiled object" when my browser is running(an applet) and loads another applet. so i want to terminate the current session of the java3D before loading another one.when i put an explicit call of System.exit(0) in the applet program, i get an "accessControlException". do i need a special permission from the runtime system to terminate the current session ? thanks, Isaac =========================================================================== 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".