| Author |
javax.import cannot be resolved
|
abhi pawar
Greenhorn
Joined: Jul 20, 2010
Posts: 1
|
|
Hello,
I am using a import : import javax.ejb.*; in eclipse it gives me an error : import javax.ejb cannot be resolved
I will be deploying the application on weblogic server
should I include j2ee.jar in my classpath or add the jar to the lib of my application?
I tried to find j2ee.jar in the weblogic installation folder but couldn't find it.
Thanks
|
 |
Tim Hagberg
Greenhorn
Joined: Jan 29, 2010
Posts: 12
|
|
I believe if you download the J2EE SDK you receive an executable which will place the classes in your JDK, so you shouldn't have to worry about any of that.
Here's the download link for the SDK.
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
|
Just make sure EJB jar file (whether it is j2ee.jar or something else) is included in the CLASSPATH of Eclipse project.
|
 |
 |
|
|
subject: javax.import cannot be resolved
|
|
|