Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

"import javax.ejb cannot be resolved" Error

807569Jun 6 2006
I am getting "The import javax.ejb cannot be resolved" Error.
I have set the Java_home variable and also added the j2ee.jar in the class path.
Is there anything else I should do.
This is my simple code:
package testPackage;
import javax.ejb.EJBObject;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
Please help me resolve this....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2006
Added on Jun 6 2006
0 comments
243 views