Creating a wlfullclient.jar for JDK 1.6 client applications
- Change directories to the
server/libdirectory. - Use the following command to create
wlfullclient.jarin theserver/libdirectory: - You can now copy and bundle the
wlfullclient.jarwith client applications. - Add the
wlfullclient.jarto the client application’sclasspath.
cd WL_HOME/server/libjava -jar wljarbuilder.jar
I run this command and found:
ReplyDeleteCould not find the main class: com.bea.jarbuilder.JarBuilder. Program will exit.
If OIM has been installed correctly, the file will be in the C:\OIM\Middleware\wlserver_10.3\server\lib or equivalent directory. Navigate to this directory and run the command java -jar wljarbuilder.jar
ReplyDelete