[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Paths in Plugin

Hi Alwin

You can either use FileLocator.find() from the plugin org.eclipse.equinox.common or for images you can also use AbstractUIPlugin.imageDescriptorFromPlugin().

Cheers, Stephan