Unable to resolve plug-in: "platform:/plugin/DependencyPlugin/resource/images/tooltip_24.png&qu [message #1186003] |
Thu, 14 November 2013 07:06  |
Eclipse User |
|
|
|
Hello All,
I'm in the phase of migration from eclipse 3.4 to eclipse 4.3.
I have defined all my resources(Images) in one plugin DependencyPlugin and using this plugin in all my other plugins to access the resources.
DependencyPlugin is still same as created in eclipse 3.4.(I have not done any modification in this).
Now I have create one E4 Application Project(ControlPanel) and in the Application.e4xmi I have created one Handled Tool Itme and in the IconURI I have mentioned the image from DependencyPlugin that is "platform:/plugin/DependencyPlugin/resource/images/tooltip_24.png".
I have added the DependencyPlugin into the dependencies of the application also.
But when I run the application it throws this exception
java.io.IOException: Unable to resolve plug-in "platform:/plugin/DependencyPlugin/resource/images/tooltip_24.png".
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64)
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:75)
Then i tried by creating one plugin in E4 which contribute in UI(TestUIPlugin) and one which does not contribute in UI(TestPlugin) and added some images in that plugin.
I used images from these plugin one by one in my ControlPanel Plugin and this works.
Do I need to migrate my DependencyPlugin into E4 Plugin?
Or am I doing something wrong in this?
Please let me know how can I proceed.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04780 seconds