no

How to Fix Javax.ejb Cannot Be Resolve Eclipse

If you're having the above error, it means the javaee.jar is not included in your project. In my case I'm using a JBoss applicati...

If you're having the above error, it means the javaee.jar is not included in your project.


In my case I'm using a JBoss application server. To solve the issue simply add the jboss-javaee.jar in your project's build path. The javaee jar for jboss is commonly located on:

JBOSS_HOME/common/lib/jboss-javaee.jar

Related

java-troubleshooting 382653353921338524

Post a Comment Default Comments

1 comment

Anonymous said...

Thank you!!!

item