[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools.jsf] Re: Help required on org.eclipse.osgi

That's beyond the scope of this newsgroup. You should post it to the eclipse platform group.

shilpa wrote:

Hi,

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 FilesIBMSDPconfigurationorg.eclipse.osgibundles"

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 ??