Cannot import javax.ejb.* packages
问题 I am having trouble in building an EJB session bean. The following packages cannot be found: import javax.ejb.LocalBean; import javax.ejb.Stateful; import javax.ejb.TransactionManagement; import javax.ejb.TransactionManagementType; Some solutions implied adding the libraries j2ee.jar and javaee .jar to the java build path. I am using jdk-7u75-windows-x64 and java_ee_sdk-7-windows-ml and cannot find any of these libraries at the given location($JAVA_HOME\lib). I am using eclipse(kepler) on a