lunes, 27 de mayo de 2019

Create wlfullclient.jar for client applications - Weblogic 11g

If you need a way to connect your client applications to deploy, undeploy on Weblogic, you may create a JAR file for that, just follow the next steps:

1. Login to your server installation and go to the following path:

$FMW_HOME/wlserver_10.3/server/lib/

2. Run the following command with you JAVA_HOME set:

java -jar wljarbuilder.jar

3. The previous command creates a file with name "wlfullclient.jar", now just add the previous file to your application's classpath.