When I use weblogic.ejbc to build the exmaple ch8 in the book 'Applications and BEA Weblogic Server' I always got the following error:
C:\java technologies\JMS\ch8\helloworld>java weblogic.ejbc -compiler javac PRE_HelloWorldEJB.jar HelloWorldEJB.jar
error: cannot read: C:\java technologies\JMS\ch8\helloworld\ejbcgen\com\learnweb
logic\examples\ch8\helloworld\*.java
1 error
Exec failed .. exiting
I don't understand why is looking for .java files, some one have an idea what is wrong ?
Actually the error ocurrs always that i use the weblogic.ejbc tool
C:\java technologies\JMS\ch8\helloworld>java weblogic.ejbc -compiler javac PRE_HelloWorldEJB.jar HelloWorldEJB.jar
error: cannot read: C:\java technologies\JMS\ch8\helloworld\ejbcgen\com\learnweb
logic\examples\ch8\helloworld\*.java
1 error
Exec failed .. exiting
I don't understand why is looking for .java files, some one have an idea what is wrong ?
Actually the error ocurrs always that i use the weblogic.ejbc tool