How to include EJB project into WAR project's classpath in Eclipse? -


i'm developing ear project includes war project , ejb project modules.

(the project hierarchy in eclipse follows:)

http://i44.tinypic.com/23koxuo.png

the war module wish use service class defined in ejb module. how can add ejb module war module's classpath in eclipse?

right click on web project > select properties > java build path > click projects tab , add ejb project.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -