Install Guide
Binary Installation 9
RSA BSAFE Cert-J 6.2.4 Installation Guide
5. If you are using the Native configuration for native database access, copy the
CodeBase platform-specific native library to the system directory, or put it in the
library path.
The subdirectories in
<root>/certj/prebuilt/codebase that contain the
relevant platform-specific shared libraries are detailed in the following table.
For example, for systems running the Windows operating system:
copy <root>\certj\prebuilt\codebase\win32\*.dll
c:\Windows\System32
For systems running a Unix operating system, add the native library to the native
path. For example, for Solaris, add the library to the
LD_LIBRARY_PATH
environment variable:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<root>/certj/prebuilt/codebase/solspv8p
export LD_LIBRARY_PATH
Note: On some operating systems, it may be necessary to set the execute
permissions for the shared libraries. For example:
chmod 755 <root>/certj/prebuilt/codebase/solspv8p/*.so
6. To use the Crypto-J JsafeJCE API, register the Crypto-J JCE provider, JsafeJCE,
either statically or dynamically.
To statically register the JsafeJCE provider:
a. Copy the relevant jar files to the
<jdk_install_dir>/jre/lib/ext
directory.
Table 5 Platform-specific Native Shared Library subdirectories for CodeBase
Platform Subdirectory
HP HP-UX 11.31 Itanium 2 32-bit
hpuxia32i2
IBM AIX PowerPC 32-bit
aix5
Microsoft Windows 32-bit, multithreaded, dynamically linked
with C runtime library
win32
Red Hat Enterprise Server 32-bit
rhas30
Red Hat Enterprise Server 64-bit
rhas40_x86-64
Oracle Solaris SPARC v8+ 32-bit
solspv8p