Dec 26, 2003 #1 garry1 Programmer Dec 6, 2002 49 US How do I fix package javax.ejb does not exist error. I am using Borland JBuilderX trial version.
Dec 27, 2003 #2 sedj Programmer Aug 6, 2002 5,610 Not sure about JBuilder, but javax.ejb is contained withing the j2ee.jar file, which is part (nee all) of the Java Enterprise Edition. So you need to download and install J2EE, and add the relevant jar files to your CLASSPATH (%J2EE_HOME%\lib\j2ee.jar). http://java.sun.com/j2ee/1.4/download-dr.html Upvote 0 Downvote
Not sure about JBuilder, but javax.ejb is contained withing the j2ee.jar file, which is part (nee all) of the Java Enterprise Edition. So you need to download and install J2EE, and add the relevant jar files to your CLASSPATH (%J2EE_HOME%\lib\j2ee.jar). http://java.sun.com/j2ee/1.4/download-dr.html