I have j2sdkee1.2.1 on me & have successfully deployed EJB's on this server.Now ,I have written my bean & wanna deploy it on WAS(Websphere Apllication server).But I can't compile my bean 'coz it picks jdk1.3's tools.jar(as mentioned in the ClassPath) which certainly does not have javax.ejb package & I get compile time error. How do i import this package?
rohit aggarwal
Greenhorn
Joined: Jul 11, 2001
Posts: 21
posted
0
you should define class path of j2ee.jar. it exists in j2sdkee1.2.1/lib/j2ee.jar