Sources from referenced projects are not deployed to Tomcat in Eclipse

Posted by Steven De Groote on Stack Overflow See other posts from Stack Overflow or by Steven De Groote
Published on 2010-06-02T14:46:15Z Indexed on 2010/06/03 19:04 UTC
Read the original article Hit count: 148

Filed under:
|
|

Hi,

I have setup a dynamic web project in eclipse with JSF in which I trust on code from another project (framework). Therefore, I added the framework project to the build path of the website project.

So far so good, Eclipse recognises every class and the project builds without errors.

Problem is though that when I do "run on server" to test it on tomcat 6.0.24, the application fails. I get ClassNotFoundException on every class from the framework project.

Is this a bug or is some specific configuration necessary for this?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse