public PermissionCollection getPermissions(CodeSource codesource) {
return pc;
}
});
Thread.setDefaultUncaughtExceptionHandler(new BugReportExceptionHandler());
// initialize the platform hook, and
Main.determinePlatformHook();
// call the really early hook before we do anything else
Main.platform.preStartupHook();