Hi All,
When I tried to create a jar file using the following command
D:\web6.1\ejb\stateless>java weblogic.ejbc -compiler javac build\temp.jar simple.jar
for deploying
EJB I am getting the following error.
ERROR: Error from ejbc: ERROR: The classes which ejbc generated from your home and remote interfaces cannot be loaded. Please ensure that you have set the -d option to a writeable directory.
ERROR: ejbc found errors
All my Bean,Home and Remote classes are in the package "myejb".
can any one tell me how to overcome this problem.
Thaks in Advance
Vasu.