Oracle® Fusion Middleware Programming Stand-alone Clients for Oracle WebLogic Server 11g Release 1 (10.3.3) Part Number E13717-03 |
|
|
View PDF |
The following sections provide information on creating the wlfullclient.jar using the WebLogic JarBuilder tool:
For information on when to use the wlfullclient.jar, see When to Use the weblogic.jar and wlfullclient.jar Files.
Use the following steps to create a wlfullclient.jar file for a JDK 1.6 client application:
Change directories to the server/lib
directory.
cd WL_HOME/server/lib
Use the following command to create wlfullclient.jar in the server/lib
directory:
java -jar wljarbuilder.jar
You can now copy and bundle the wlfullclient.jar with client applications.
Add the wlfullclient.jar to the client application's classpath.
Change directories to the server/lib
directory.
cd WL_HOME/server/lib
Use the following command to create wlfullclient.jar in the server/lib
directory:
java -jar wljarbuilder.jar -profile wlfullclient5
You can now copy and bundle the wlfullclient5.jar with client applications.
Add the wlfullclient5.jar to the client application's classpath.