Hello,
I am new EJB, I am facing problem creating deployment descriptor file for weblogic. Any body can please help me to sortout the problem.
I have created Three class file
D:\EJB\demo\Demo.class
D:\EJB\demo\DemoHome.class
D:\EJB\demo\DemoBean.class
Now I am to create deployment descriptor file. And I have used following command. But it is giving error as shown.
D:\EJB>java weblogic.ejb.utils.DDCreator -dir demo demo/DD.txt
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/ejb/utils/DDCreator
Whould please help me, how to create deployment descriptor file.
thanks in advance.
Gouranga Basak
[email protected]