Eclipse Plugin project with other project dependencies

Posted by James on Stack Overflow See other posts from Stack Overflow or by James
Published on 2010-05-19T21:49:45Z Indexed on 2010/05/20 0:10 UTC
Read the original article Hit count: 474

I have an Eclipse plugin project, and it depends on other projects that I have in my Eclipse workspace. After adding the project dependencies under "Java Build Path" -> "Projects" tab, and also selecting the project in the "Order and Export" I get a java.lang.NoClassDefFoundError.

I'm assuming that the other projects have not been properly included into the plugin. Does anyone know how to fix this?

Thanks, James

© Stack Overflow or respective owner

Related posts about eclipse-plugin

Related posts about eclipse