Previous Topic: For Flash ClientNext Topic: ArcotID PKI Client APIs


For Java Signed Applet

The Java Signed Applet client package contains the following files:

To configure the Java Signed Applet Client:

  1. Copy arcotclient.js and ArcotApplet.jar to an appropriate directory within your application home.
  2. Include the following JavaScript code in the relevant Web page of your application:
    <script type="text/javascript"
    src="location_to_arcotclient.js"></script>
    

    In the preceding code snippet, replace location_to_arcotclient.js with the path to arcotclient.js.

  3. Ensure that in the all application pages, the Java Applet is referred with same URL.