| Author |
Problem while trying to create jar file for EJB deployment.
|
vasu devan
Ranch Hand
Joined: Apr 18, 2002
Posts: 37
|
|
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.
|
 |
sreenath
Greenhorn
Joined: Jul 09, 2002
Posts: 2
|
|
Hi VasuDevan I hope this link will solve your problem. I too got the same problem, but rectified. sreenath
|
 |
sreenath
Greenhorn
Joined: Jul 09, 2002
Posts: 2
|
|
sorry for not giving link. http://groups.google.com/groups?hl=en&threadm=3b54292e%241_1%40dnews&rnum=1&prev=/groups%3Fhl%3Den%26selm%3D3b54292e%25241_1%2540dnews
|
 |
 |
|
|
subject: Problem while trying to create jar file for EJB deployment.
|
|
|