Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javax.ejb does not exist error

Status
Not open for further replies.

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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top