try { Runtime.getRuntime().exec("rmdir foo"); } catch (Exception e) { System.out.println(e); }
MaliciousApplet a = new MaliciousApplet(); a.init();