> From: Johnny Kewl [mailto:[EMAIL PROTECTED] > Imagine I make a library for you... and your user application > does something > wrong... and then my library calls System.Exit and shuts down > the JVM... how > you going to fix that with a security manager??
The security manager can prevent the call from succeeding. Read, don't just assume it can't work. http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#exit(int) will give you hint on the fact that exit can be prevented by a security manager, for example. - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]