Reputation: 47
I am developing an eclipse plugin. Within the plugin I have to access files in the shared drive, for that I'm using SMBJ java library. I have downloaded the jar and its dependencies from here and included it in the build path. I have checked if the library is included in .classpath file, in bundle class path in MANIFEST.MF and in build.properties.
In order to test the plugin in Test Environment, I am exporting the plugin as 'Deployable Plugins and Fragments' (the exported jar also contains the libraries added) and including the jar in plugins folder of eclipse, but plugin complians that it cannot find the class during runtime.
Upvotes: 0
Views: 276