I have installed Eclipse for Java EE and the Java EE SDK from Sun, and am attempting to create (my first) Java EE application.
I've created an EJB project, then added a session bean using Eclipse's own wizards, and the package javax.ejb isn't found!
I've configured the Java EE SDK as the target runtime environment, and a JDK 1.6 as the JRE.
What is going on!? Where does this package come from if not from the JEE SDK or Eclipse for Java EE developers!
Many thanks