I have an easy self-signed an applet (done with keytool and the jarsigner):
public class NetAppletLauncher extends JApplet { private static final long s
Solved the problem with, in Java:
exec(getParameter("command"));
and then in JavaScript: