To enable the Java 2 security prior to the Java 2 Platform Enterprise Edition (J2EE) application client run time initialization, set the com.ibm.websphere.client.applicationclient.archivedir system property. Perform the following steps:
-Dcom.ibm.websphere.client.applicationclient.archivedir=c:\myear1 (Windows systems)
-Dcom.ibm.websphere.client.applicationclient.archivedir=/usr/mrear1 (UNIX systems)
-Djava.security.policy=%WAS_HOME%\properties\client.policy (Windows systems)
-Djava.security.policy=$WAS_HOME/properties/client.policy (UNIX systems)
com.ibm.websphere.client.applicationclient.archivedir=/usr/myears/myear1then usr and myears must exist, but myear1 need not exist prior to running the launchClient class.