i am new to
ejb.
I am doing sample application from
http://www.roseindia.net/struts/Struts-integration-with-ejb-2.shtml i am using weblogic8.1 and jdk1.5.0_07.
My ejbc jar file gets crearted successfully
D:\ejb>jar cf city.jar demo1\*.class META-INF\*.xml
D:\ejb>java weblogic.ejbc city.jar city1.jar When i try to upload this jar file i get following error
PLease help me urgently
This ex is given on :http://www.roseindia.net/struts/Struts-integration-with-ejb-2.shtml