Archive for July, 2010

 

Creating a wlfullclient.jar for JDK 1.6 client applications..

Jul 30, 2010 in Java, Weblogic

From http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/jarbuilder.html

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.

cd WL_HOME/server/lib

2. Use the following command to create wlfullclient.jar in the server/lib directory:

java -jar wljarbuilder.jar

3.You can now copy and bundle the wlfullclient.jar with client applications.

4.Add the wlfullclient.jar to the client application’s classpath.

List contents of an rpm ..

Jul 30, 2010 in Fedora, Linux, RedHat_EL

From http://www.tech-recipes.com/rx/1419/list-files-in-an-rpm-package/

To list the contents of the RPM techrx.rpm use this command:

rpm -qlp techrx.rpm