Hi Saad,

    The issue you are facing is not because your jar is not in the
correct place or directory.  It is because you have not signed the jar.
 I am not aware of an officially signed jar being available.  All you
need to do is to generate a certificate for you or your company and
sign jssx.jar.

There are a lot of examples on the net as well as on java.sun.com about
how to generate a trusted certificate for personal use annd how to sign
the jar.  Please follow these steps and you should be fine.

Tos sign your jar use the command listed below

jarsigner -keystore <your keystore> -storepass <keystore password>
-internalsf <your jar> alias

Reference:
[1] http://java.sun.com/docs/books/tutorial/security1.2/sigcert/

Thanks,
Sandeep

_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to