File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and Other Java EE Technologies and the fly likes can not find javax.ejb package Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "can not find javax.ejb package" Watch "can not find javax.ejb package" New topic
Author

can not find javax.ejb package

Kishore Dandu
Ranch Hand

Joined: Jul 10, 2001
Posts: 1934
I have installed j2eesdk in a separate directory compared to the java standard edition.
I have added both the directories "lib" to the classpath.
I get the error "can not find package javax.ejb" during compile time. ( using the verbose option, since it can not find the EjbObject interface)


Kishore
SCJP, blog
Marcos Maia
Ranch Hand

Joined: Jan 06, 2001
Posts: 973
Hi, you should add the .jar files to your classpath, I�m not sure the complete name now(long time since I use it) but must be j2ee.jar.
regards.
Originally posted by Kishore Dandu:

I have added both the directories "lib" to the classpath.

 
 
subject: can not find javax.ejb package
 
Threads others viewed
error in compiling, ejb
EJB API source code
EJB package
javax.ejb.EJBObject cannot resolved in Eclipse
page 551 of the HF EJB
IntelliJ Java IDE