{
// Security Manager setzten
boolean bNoExit = Boolean.getBoolean( "stardiv.security.noExit" );
//Create and install the security manager
if (System.getSecurityManager() == null)
System.setSecurityManager(new SandboxSecurity(bNoExit));
// if( Boolean.getBoolean("stardiv.controller.installConsole") )
// Console.installConsole();
}
}