OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
How to make Java Applets access java.security package classes

From: Venkatesan Krishnamoorthy (venkatesan_kinfosys.com)
Date: Thu Jun 19 2003 - 03:53:52 CDT


Guys:
        I am writing an application where in I need to access the java.security package classes such as KeyStore, Signature etc inorder to perform digital signing of html form data. I am doing this using javascript and java applet communication though LiveConnect.
      When I run the applet using appletviewer it runs just fine. But when I invoke it using the IE browser I get a "java.lang.NoClassDefFoundError: java/security/KeyStore". Could any of you tell me what I should do to make IE load the java.security package classes?
      FYI, I have also tried Java plug-in installation, but still I get the same exception.

Thanks and Regards,
Venkat