I've already a java project (non-plugin) for customized logging feature which is internally using log4j. I want to use this customized logger with eclipse plugin-project so I've specified logger project in the build path of the plugin-project. It doesn't give any compilation problem when I try to run the plugin application it gives ClassNotFoundException
.
Can anyone tell me the proper way of using non-plugin project with plugin project? Any suggestion would be appreciated.
Thanks & Regards.