After downloading the zip file for this bean package, unzip it, using the jar command or any unzip utility. This automatically creates a new directory with the bean package name and extracts files into it.
Download and install JCE 1.2.1 framework and cryptographic service provider from http://www.java.sun.com/products/jce. The minimal installation requirements are the following:
ensure that you have the security.provider.1=sun.security.provider.Sun record in your Java Security File, which is located in the <java.home>/lib/security/java.security file. Here <java-home> refers to the directory where your JRE has been installed. Add this record if it does not exist. You should also add the following record: security.provider.2=com.sun.crypto.provider.SunJCE. Note, that for Visual Age for Java the java.security file is in the X:\IBMVJava\ide\Program\lib\security\ directory where X:\IBMVJava is the directory, into which you have installed Visual Age for Java.
See http://www.java.sun.com/products/jce/jce121_install.html for a detailed description of the JCE 1.2.1 installation process. Note that cryptographic service providers should be installed statically!
To use these beans in Visual Age for Java:
add jce1_2_1.jar, local_policy.jar, sunjce_provider.jar, and US_export_policy.jar (all of them should be stored in the same directory) to Visual Age workspace CLASSPATH setting.
To use these beans in the visual builder tool other than Visual Age for Java:
add jce1_2_1.jar, local_policy.jar, sunjce_provider.jar, and US_export_policy.jar to your visual builder tool CLASSPATH setting
Please, refer to the User's Guide for your visual builder tool for instructions on how to import jar files.
To use these beans without a visual builder tool, add jce1_2_1.jar, sunjce_provider.jar, and cryptobeans_Runtime.jar in the lib directory to your CLASSPATH setting.
To run the demo application provided with this package, follow the instructions in the Readme.html file in the demo directory.
Notes: