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.
You can convert your jar into OSGi bundle as Paul Webster has suggested. You may have a look at my answer to this question How to convert jar to OSGi bundle which some people found useful.