|
Use the following steps to create a wlfullclient.jar file for a client application:
server/lib directory.cd WL_HOME/server/libwlfullclient.jar in the server/lib directory:java -jar ../../../modules/com.bea.core.jarbuilder_X.X.X.X.jar
where X.X.X.X is the version number of the jarbuilder module in the WL_HOME/server/lib directory. For example:
java -jar ../../../modules/com.bea.core.jarbuilder_1.0.1.0.jarwlfullclient.jar with client applications. wlfullclient.jar to the client application’s classpath.
|