IBM Support

How to generate wlfullclient.jar?

Technical Blog Post


Abstract

How to generate wlfullclient.jar?

Body

When setting up runtime utilities on Oracle WebLogic, it requires specific jars including wlfullclient.jar

Use the following steps to create a wlfullclient.jar file for a JDK 1.7 client application:

  1. Change directories to the server/lib directory.

              cd WL_HOME/server/lib

  2. Copy wlclient.jar to "weblogic-classes.jar"

        cp wlclient.jar weblogic-classes.jar

  3.  Use the following command to create wlfullclient.jar in the server/lib directory:

              java -jar wljarbuilder.jar

   4. Delete the "weblogic-classes.jar" afterwards to avoid future trouble.


    You can now 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 as the wlfullcient.jar references cryptoj.jar in its manifest Class-Path.

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

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS6PEW","label":"Sterling Order Management"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS6PEW","label":"Sterling Order Management"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

UID

ibm11124679