Creating a wlfullclient.jar for the WebLogic sensor

You must create a wlfullclient.jar file for a client application. This JAR file is required for WebLogic version 10.3, or later.

To create a wlfullclient.jar file for the WebLogic sensor, complete the following steps:
  1. Change to the directory where the WebLogic Server is installed:
    cd WL_HOME/server/lib
  2. Create the wlfullclient.jar file:
     java -jar ../../../modules/com.bea.core.jarbuilder_X.X.X.X.jar
    where X.X.X.X is the version number of the JarBuilder module in the WL_HOME/server/lib directory. For example:
     java -jar ../../../modules/com.bea.core.jarbuilder_1.0.1.0.jar
  3. Copy and bundle the wlfullclient.jar file with the client application.
  4. Add the wlfullclient.jar file to your Java™ class path.