Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » [Missing Icon] IconURL returns null even though the icon is present
[Missing Icon] IconURL returns null even though the icon is present [message #1784304] Mon, 26 March 2018 13:02 Go to next message
Priti Baldawa is currently offline Priti BaldawaFriend
Messages: 3
Registered: March 2018
Junior Member
We have moved our application from eclipse 3.6 to 4.2.2 and since then the problem of missing icon is there.

Digging up further, I see that Bundle bundle = getBundle(); of Plugin.class is null and that plugin is never initialized even though it has the entry in bundles.info file.

Icon is present and no code has been changed since the migration. Please help?
Re: [Missing Icon] IconURL returns null even though the icon is present [message #1784322 is a reply to message #1784304] Mon, 26 March 2018 18:50 Go to previous messageGo to next message
Eclipse UserFriend
Bundle is null? Hmm, check that your bundle is marked for lazy initialization (MANIFEST.MF should have `Bundle-ActivationPolicy: lazy`).

But 4.2.2 is over 5 years old. Please move to at least 4.7 (Oxygen).
Re: [Missing Icon] IconURL returns null even though the icon is present [message #1784637 is a reply to message #1784322] Sat, 31 March 2018 10:35 Go to previous message
Priti Baldawa is currently offline Priti BaldawaFriend
Messages: 3
Registered: March 2018
Junior Member
yes, lazy start is enabled to true. And regarding the migration, we have to keep inline with the other products, hence to 4.2.2.
Previous Topic:Logging jobs
Next Topic:Debug and compile environment
Goto Forum:
  


Current Time: Fri Apr 26 19:34:53 GMT 2024

Powered by FUDForum. Page generated in 0.02607 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top