Programming Stand-alone Clients

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Using the WebLogic JarBuilder Tool

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

 


Creating a wlfullclient.jar for JDK 1.6 client applications

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

  1. Change directories to the server/lib directory.
  2. cd WL_HOME/server/lib
  3. Use the following command to create wlfullclient.jar in the server/lib directory:
  4. java -jar wljarbuilder.jar
  5. You can now copy and bundle the wlfullclient.jar with client applications.
  6. Add the wlfullclient.jar to the client application’s classpath.

 


Creating a wlfullclient5.jar for JDK 1.5 client applications

  1. Change directories to the server/lib directory.
  2. cd WL_HOME/server/lib
  3. Use the following command to create wlfullclient.jar in the server/lib directory:
  4. java -jar wljarbuilder.jar -profile wlfullclient5 
  5. You can now copy and bundle the wlfullclient5.jar with client applications.
  6. Add the wlfullclient5.jar to the client application’s classpath.

  Back to Top       Previous  Next