Saludos, tras investigar un poco, he comprobado que había un error en el fichero prova.html
En concreto los jars de la versión 2.0.5 no eran: ujiApplet-2.0.5-signed.jar ujiCrypto-2.0.5-signed.jar ujiUtils-2.0.5-signed.jar ujiConfig-2.0.5.jar. sino: ujiApplet-2.0.5.jar ujiCrypto-2.0.5.jar ujiUtils-2.0.5.jar ujiConfig-2.0.5.jar por tanto he cambiado los contenidos encerrads en el tag applet así: * <applet id="CryptoApplet" name="CryptoApplet" > code="es.uji.dsign.applet2.SignatureApplet" width="0" height="0" > archive="ujiApplet-2.0.5.jar,ujiCrypto-2.0.5.jar,ujiUtils-2.0.5.jar,ujiConfig-2.0.5.jar,bcprov-jdk15-138.jar,bcmail-jdk15-138.jar,jakarta-log4j-1.2.6.jar" > mayscript> > </applet> > * y parece ser que por lo menios funciona. Gracias. > Eduard Ecrihuela > * > *
_______________________________________________ CryptoApplet mailing list [email protected] http://llistes.uji.es/mailman/listinfo/cryptoapplet
