编程生活

   :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  113 随笔 :: 0 文章 :: 18 评论 :: 0 Trackbacks

Using the WebLogic JarBuilder Tool

The following sections provide information on creating the wlfullclient.jar using the JarBuilder tool:

 


Overview

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:

  • Enhanced JDBC and WLS specific JMX interfaces
  • WLS T3 Client
  • WLS-IIOP Client

See Client Types and Features.

For WebLogic Server 10.0 and higher releases, client applications should use the wlfullclient.jar file to provide the WebLogic Server specific functionary previously provided in the weblogic.jar file. 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.

 


Creating a wlfullclient.jar File for a Client Application

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

  1. Change directories to the server/lib directory.
    cd WL_HOME/server/lib
  2. Use the following command to create wlfullclient.jar in the server/lib directory:
    java -jar ../../../modules/com.bea.core.jarbuilder_1.0.0.0.jar
  3. You can now copy and bundle the wlfullclient.jar with client applications.
  4. Add the wlfullclient.jar to the client application's classpath.
posted on 2007-09-25 11:05 wilesun 阅读(2064) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: