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:
- Change directories to the
server/libdirectory.cd
WL_HOME/server/lib - Use the following command to create
wlfullclient.jarin theserver/libdirectory:java -jar wljarbuilder.jar
- You can now copy and bundle the
wlfullclient.jarwith client applications. - Add the
wlfullclient.jarto the client application’sclasspath.
Creating a wlfullclient5.jar for JDK 1.5 client applications
- Change directories to the
server/libdirectory.cd
WL_HOME/server/lib - Use the following command to create
wlfullclient.jarin theserver/libdirectory:java -jar wljarbuilder.jar -profile wlfullclient5
- You can now copy and bundle the
wlfullclient5.jarwith client applications. - Add the
wlfullclient5.jarto the client application’sclasspath.
Reference:
http://docs.oracle.com/cd/E12840_01/wls/docs103/client/jarbuilder.html#wp1078098
本文介绍了如何使用WebLogic Jar Builder Tool为JDK1.6和JDK1.5客户端应用程序创建wlfullclient.jar文件,并提供了详细的步骤说明。包括在服务器目录中操作并使用特定命令来生成所需的jar文件,以及如何将这些jar文件添加到客户端应用的classpath。

被折叠的 条评论
为什么被折叠?



