This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / download了Eclipse.并配置了jdk路径等程序中出现与j2ee 相关的内容如javax.ejb.SessionBean;...就会出现编译错误.估计是J2EEpackage为被包含在classpath中.但问题是对于J2EE, SUN只给出了specification,它的实现是由具体的application server实现是否在Eclipse的机器上必须安装一个application server? 那么这个server的implementation 又会在哪个别.jar文件中?
-cathy618(明年);
2004-2-12
{229}
(#1602032@0)
-
You should include j2ee.jar .
-fatbean(啃排骨听巴赫);
2004-2-12
{612}
(#1602438@0)
-
多谢.在preferences-->java-->classpath variables中配置了不起作用为什么? 另外各种server的j2ee implemented jar 具体是什么是不是要查文档资料?
-cathy618(明年);
2004-2-13
(#1602900@0)
-
1. It should work, if it doesn't , you may try to configure from "Project->Properties"2.You don't have to spend time on that, but I suggest it should be a good idea to include the j2ee jar from the J2EE container you might plug in.
-fatbean(啃排骨听巴赫);
2004-2-13
{146}
(#1603333@0)