|
The following sections provide information on creating the wlfullclient.jar using the JarBuilder tool:
Prior to this release, the weblogic.jar file could be bundled with a client application to provide WebLogic Server specific value added features, such as:
See Client Types and Features.
For WebLogic Server 10.0 and later releases, client applications should use the wlfullclient.jar file instead of the weblogic.jar. Note that not all functionality available with weblogic.jar is available with the wlfullclient.jar. For example, the wlfullclient.jar does not support the following:
wseeclient.jar if you want to use Web Services. See
Using a Stand-Alone Client JAR File When Invoking Web Services in Programming Web Services for WebLogic Server.ejbc compiler, which still require using the weblogic.jar.weblogic.jar.
You can generate the wlfullclient.jar file for client applications using the JarBuilder tool. See Creating a wlfullclient.jar File for a Client Application.
| Note: | Continuing to use weblogic.jar may result in a ClassNotFoundException. |
Use the following steps to create a wlfullclient.jar file for a client application:
server/lib directory.cd WL_HOME/server/libwlfullclient.jar in the server/lib directory: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.jarwlfullclient.jar with client applications. wlfullclient.jar to the client application’s classpath.
|