Hey, I am trying to load a signed applet over the web but I get the java.lang.RuntimePermission createClassLoader exception. The certificate I am using is a self-signed one and is imported into my browser. Since this applet must be run over the web by many users, editing the java.policy file is not an option. Does anyone know how I can give my applet AllPermission ? Any help would be greatly appreciated. Thanks.