I have written a plugin that uses some resources on runtime. These
resources are bundled within the plugin jar itself.
As some of these resources were missing at the actual runtime, I did some
investigation and found that resources from my plugin jar has been copied
to a RAD specific folder at location "C:\Program
Files\IBM\SDP\configuration\org.eclipse.osgi\bundles"
Also, the resources are not complete. That is, this folder has copied only
a few resources from my plugin, not all that I want.
This causes an inconsistent behaviour of my plugin.
Does anyone know what the underlying problem can be ??