Tuesday, March 6, 2012

Weblogic 10.3.5: Creating a wlfullclient.jar for JDK 1.6 client applications

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:
  1. Change directories to the server/lib directory.
  2. cd WL_HOME/server/lib
  3. Use the following command to create wlfullclient.jar in the server/lib directory:
  4. java -jar wljarbuilder.jar
  5. You can now copy and bundle the wlfullclient.jar with client applications.
  6. Add the wlfullclient.jar to the client application’s classpath.
 

 

Amazon Sagemaker Studio

Amazon SageMaker Studio is an integrated development environment (IDE) for machine learning that provides everything data scientists and dev...