关于WebLogic 6.0和JBuilder5.0的配置问题(200分)

  • 主题发起人 主题发起人 zhfhq
  • 开始时间 开始时间
Z

zhfhq

Unregistered / Unconfirmed
GUEST, unregistred user!
我现在想用JBuilder5。0开发一个关于EJB的项目,想用WebLogic6。0 作我的
目标应用程序服务器,可是我不知道如何的配置它们,做了一个很简单的例子,会出现如下的
错误:
"EJBGroup.ejbgrpx": <1999-7-3 上午09时41分03秒> <Error> <EJB> <EJB Deployment: Enterprise1 has a class ejbtest2.Enterprise1Bean which is in the classpath. This class should only be located in the ejb-jar file.>
"EJBGroup.ejbgrpx": <1999-7-3 上午09时41分03秒> <Error> <EJB> <EJB Deployment: Enterprise1 has a class ejbtest2.Enterprise1Home which is in the classpath. This class should only be located in the ejb-jar file.>
"EJBGroup.ejbgrpx": <1999-7-3 上午09时41分03秒> <Error> <EJB> <EJB Deployment: Enterprise1 has a class ejbtest2.Enterprise1 which is in the classpath. This class should only be located in the ejb-jar file.>
"EJBGroup.ejbgrpx": 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.
"EJBGroup.ejbgrpx": ERROR: ejbc found errors
那位大侠,可以给我讲以下具体的配置步骤
 
经过整整三天三夜,我终于把SUN的JPS1.1.2成功地移植到WLS6,使用的开发工具就是JBuilder5!
这当中,也出现过类似的Error,应该是Warn才对!
具体是怎么回事,我记的不清楚啦,待我仔细看看再说!
 
pay attention
 
将所有相关路径(包括CLASSPATH、PATH、TEMP、TMP等)中的空格去掉。
 
把ejb的Jar从ClassPath中去掉就可以了。
 
其实这些错误无关经要,你可以不理的,在运行时,不要编译程序即可
 
我也很想知道这个问题的解答
 
多人接受答案了。
 
后退
顶部