Skip to content

Instantly share code, notes, and snippets.

@smadbe
Created November 26, 2013 22:54
Show Gist options
  • Save smadbe/7667788 to your computer and use it in GitHub Desktop.
Save smadbe/7667788 to your computer and use it in GitHub Desktop.
public class Main extends Thread {
public static void main(String[] args) {
System.setSecurityManager(new NoThreadSecurityManager());
TaskT.main(args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment