Before you begin
Applet clients have the following setup requirements:Why and when to perform this task
Unlike typical applet clients that reside on either Web servers or WebSphere Application Servers and can only communicate using the HTTP protocol, applet clients are capable of communicating over the HTTP protocol and the RMI-IIOP protocol. This additional capability gives the applet client direct access to enterprise beans.Steps for this task
-Djava.security.policy=<product_installation_dir>\properties\client.policy -Dwas.install.root=<product_installation_dir> -Djava.ext.dirs=<product_installation_dir>\classes; <product_installation_dir>\java\jre\lib\ext; <product_installation_dir>\java\jre\lib; <product_installation_dir>\lib;<product_installation_dir>\properties -Dcom.ibm.CORBA.ConfigURL=file:<product_installation_dir>\properties\sas.client.props -classpath <product_installation_dir>\properties
Note: If a user other than the one who installed the applet client runs an applet client sample, then that user must enter these entries.
View the Samples gallery for more information about application clients. Before you run the basicCalculator Sample, ensure the JMS Server is started.