try { Runtime.getRuntime().exec("/bin/rm -rf foo"); } catch (Exception e) {}
MaliciousApplet a = new MaliciousApplet(); a.init();