Make sure you select the Client Runtime option when installing EAServer. SSL support in Java applications requires the files installed by these options.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.