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:
- Change to the directory where the WebLogic Server is installed:
cd WL_HOME/server/lib
- Create the wlfullclient.jar file:
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_X.X.X.X.jar
java -jar ../../../modules/com.bea.core.jarbuilder_1.0.1.0.jar
- Copy and bundle the wlfullclient.jar file with the client application.
- Add the wlfullclient.jar file to your Java™ class path.