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
Post a Comment