Re: how to make a jar file using weblogic
Posted By:
Saravanan_Velusamy
Posted On:
Wednesday, April 18, 2001 04:55 PM
After coding your bean and say u have created in package com.beans and code the xml files and put in META-INF directory and run the following command..
U will get u'r jar file..
jar cv0f yourBean.jar META-INF com
Saran..