[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Plugin is instantiated but bundle is null

Dear All,

Can anyone think of a reason why a Plugin's bundle (i.e. Plugin.getBundle()) should be null? I have a classpath container initializer that calls my Plugin's static getDefault method. This returns a non-null reference. It then checks calls the Plugin.getBundle() method, which returns null. How could this happen and what can I do about it?

Thanks,

Miles