Skip Headers
Oracle® Fusion Middleware Programming Stand-alone Clients for Oracle WebLogic Server
11g Release 1 (10.3.5)

Part Number E13717-05
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
View PDF

B Using the WebLogic JarBuilder Tool

The following sections provide information about creating the wlfullclient.jar using the WebLogic JarBuilder tool:

Notes:

The WebLogic full client requires the RSA Crypto-J library, which is used for SSL cryptographic functions. Note the following:

Creating a wlfullclient.jar for JDK 1.6 client applications

To create a wlfullclient.jar file for a JDK 1.6 client application, complete the following steps:

  1. Change to the server/lib directory:

    cd WL_HOME/server/lib
    
  2. Use the following command to create wlfullclient.jar:

    java -jar wljarbuilder.jar
    
  3. Copy and bundle the wlfullclient.jar along with cryptoj.jar with client applications. The wlfullclient.jar and cryptoj.jar must be kept in the same directory because the Class-Path header in the wlfullclient.jar manifest includes cryptoj.jar.

  4. Add the wlfullclient.jar to the client application's classpath.

Creating a wlfullclient5.jar for JDK 1.5 client applications

To create a wlfullclient5.jar file for a JDK 1.5 client application, complete the following steps:

  1. Change to the server/lib directory:

    cd WL_HOME/server/lib
    
  2. Use the following command to create wlfullclient.jar:

    java -jar wljarbuilder.jar -profile wlfullclient5 
    
  3. Copy and bundle the wlfullclient5.jar along with cryptoj.jar with client applications. The wlfullclient5.jar and cryptoj.jar must be kept in the same directory because the Class-Path header in the wlfullclient.jar manifest includes cryptoj.jar.

  4. Add the wlfullclient5.jar to the client application's classpath.