| 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
|
|
|