Make sure you select the C++ Runtime and SSL Runtime options when installing the EAServer client runtime. SSL support in Java applications requires the files installed by these options, including the $JAGUAR_CLIENT_ROOT/DB directory that contains the client-side security database which contains the certificates used to make SSL connections and the standalone Security Manager used to manage these certificates.The client installation must also be correctly configured to load the native EAServer client libraries when you run your application. See the EAServer Installation Guide for more information. The following environment variable settings are required at runtime:
JAGUAR_CLIENT_ROOT must specify the full path to the EAServer client runtime installation directory.
On Windows platforms, PATH must include the EAServer client dll subdirectory.
On UNIX platforms, the system’s shared library search path (LD_LIBRARY_PATH on Solaris) must include the EAServer client lib subdirectory.
CLASSPATH must include the EAServer client runtime classes. Specify the full path to the easclient.jar and easj2ee.jar files, or include the classes in these JAR files in a JAR that you build yourself.
Copyright © 2005. Sybase Inc. All rights reserved. |