Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to specify <launcherIcons> in product.properties file
How to specify <launcherIcons> in product.properties file [message #20278] Mon, 08 September 2008 11:45 Go to next message
Eclipse UserFriend
Hi,

Can someone please give me an example of how to specify the <launcherIcons>
property as a workaround for bug (http://bugs.eclipse.org/237922)?


Thanks,

Lisa Jett
Re: How to specify <launcherIcons> in product.properties file [message #20408 is a reply to message #20278] Tue, 09 September 2008 15:44 Go to previous message
Eclipse UserFriend
The launcherIcons property should be a comma separated list of paths to
the icon files. These paths are passed directly to a FileInputStream
with no manipulation, so absolute paths are best.

-Andrew
Lisa Jett wrote:
> Hi,
>
> Can someone please give me an example of how to specify the <launcherIcons>
> property as a workaround for bug (http://bugs.eclipse.org/237922)?
>
>
> Thanks,
>
> Lisa Jett
>
>
Re: How to specify <launcherIcons> in product.properties file [message #579466 is a reply to message #20278] Tue, 09 September 2008 15:44 Go to previous message
Eclipse UserFriend
The launcherIcons property should be a comma separated list of paths to
the icon files. These paths are passed directly to a FileInputStream
with no manipulation, so absolute paths are best.

-Andrew
Lisa Jett wrote:
> Hi,
>
> Can someone please give me an example of how to specify the <launcherIcons>
> property as a workaround for bug (http://bugs.eclipse.org/237922)?
>
>
> Thanks,
>
> Lisa Jett
>
>
Previous Topic:Problem with p2 and version qualifiers
Next Topic:Building an update site using PDE Build
Goto Forum:
  


Current Time: Mon Jun 02 17:57:23 EDT 2025

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

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

Back to the top