您的位置:首页 > 其它

weblogic.jar项目引用问题

2011-11-22 10:18 302 查看


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/lib
directory.

cd [code]WL_HOME
/server/lib[/code]

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
.


Creating a wlfullclient5.jar for JDK 1.5 client applications

Change directories to the
server/lib
directory.

cd [code]WL_HOME
/server/lib[/code]

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
.

相关文档地址:http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/jarbuilder.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: