请教懒风(lanf):
环境:weblogic6+jbuilder5+ias4.1
我按你在http://www.linuxaid.com.cn/提供的方法配置好jbuilder,做了个entity bean。但编译(make)时有如下错误:
"TableTestTestClient1.java": Error #: 300 : variable TableTest not found in class myentitybeantest.TableTestTestClient1 at line 21, column 7
"TableTestTestClient1.java": Error #: 300 : class integer not found in class myentitybeantest.TableTestTestClient1 at line 21, column 42
"myEntityBean.ejbgrp": E:\jbuilder5\jdk1.3\bin\javaw -classpath "C:\jspproject\myEntityBeantest\classes;C:\bea\wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar;C:\Inprise\AppServer\lib\vbdev.jar;C:\Inprise\AppServer\lib\vbejb.jar;C:\Inprise\AppServer\lib\vbjdev.jar;C:\Inprise\AppServer\lib\vbjorb.jar;C:\Inprise\AppServer\lib\navigator.jar;C:\Inprise\AppServer\lib\ias.jar;C:\Inprise\AppServer\lib\jmclient.jar;C:\Inprise\AppServer\lib\jmserver.jar;C:\Inprise\AppServer\lib\migration.jar;C:\Inprise\AppServer\lib\pjbean.jar;C:\Inprise\AppServer\lib\servlet.jar;E:\jbuilder5\jdk1.3\demo\jfc\Java2D\Java2Demo.jar;E:\jbuilder5\jdk1.3\jre\lib\i18n.jar;E:\jbuilder5\jdk1.3\jre\lib\jaws.jar;E:\jbuilder5\jdk1.3\jre\lib\rt.jar;E:\jbuilder5\jdk1.3\jre\lib\sunrsasign.jar;E:\jbuilder5\jdk1.3\lib\dt.jar;E:\jbuilder5\jdk1.3\lib\tools.jar" weblogic.ejbc -keepgenerated -compiler E:/jbuilder5/bin/bcjW C:/jspproject/myEntityBeantest/myEntityBean.jar.jar C:/jspproject/myEntityBeantest/myEntityBean.jar
"myEntityBean.ejbgrp": Spaces in the temporary directory path may cause WebLogic EJBC utility to produce fatal compile errors.
"myEntityBean.ejbgrp": <2002-2-1 下午06时59分17秒> <Error> <EJB> <EJB Deployment: TableTest has a class myentitybeantest.TableTestBeanCMP which is in the classpath. This class should only be located in the ejb-jar file.>
"myEntityBean.ejbgrp": <2002-2-1 下午06时59分17秒> <Error> <EJB> <EJB Deployment: TableTest has a class myentitybeantest.TableTestHome which is in the classpath. This class should only be located in the ejb-jar file.>
"myEntityBean.ejbgrp": <2002-2-1 下午06时59分17秒> <Error> <EJB> <EJB Deployment: TableTest has a class myentitybeantest.TableTest which is in the classpath. This class should only be located in the ejb-jar file.>
"myEntityBean.ejbgrp": 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.
"myEntityBean.ejbgrp": ERROR: ejbc found errors
请问这是为何?如何解决?