I am reading the book Getting Started with WebSphere Application Server Community Edition.
I created an EJB project with Eclipse EE.
import javax.ejb.Local;
Error: The import javax.ejb cannot be resolved
I don't know why I cannot import this class.
Thanks