EJB编译时的问题
我买了一本EJB的书,上面的例程JAR包中有.ser文件。
在他的编译批处理文件中有:
F:\share\program\examples\4\HelloWorld>java weblogic.ejbc -d classes classes\HelloBeanDD.ser
ERROR: You must specify a source ejb-jar file ending with the suffix .jar for weblogic.ejbc
Creating ejb-jar file...
请问上面的ser文件干吗使的。
还有:
F:\share\program\examples\4\HelloWorld>java weblogic.ejb.utils.DDCreator -d classes deployment\DeploymentDescriptor.txt
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/ejb/utils/DDCreator
请问:DDCreator 类在weblogic的哪个包中,我怎么找不到啊