Do the following steps under windows command shell :
1 - Open the Weblogic server library :
cd {fmw_home}\wlserver_10.3\server\lib
2 - Execute the following command :
{fmw_home}\wlserver_10.3\server\lib> {java_home}\bin\java -jar wljarbuilder.jar
3 - This command will generate wlfullclient.jar, You can add it to your client application classpath.
1 - Open the Weblogic server library :
cd {fmw_home}\wlserver_10.3\server\lib
2 - Execute the following command :
{fmw_home}\wlserver_10.3\server\lib> {java_home}\bin\java -jar wljarbuilder.jar
3 - This command will generate wlfullclient.jar, You can add it to your client application classpath.
Comments