[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Pb loading image file from jar
|
- From: dvicente@xxxxxxxxxx (David Vicente)
- Date: Wed, 21 Aug 2002 12:30:00 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
Hi,
i have a treeviewer with a labelProvider.
On each object of the treeviewer, i try to return a specific image for
each type of object.
i used the imagedescriptor like specified in article "Using images in
eclipse".
but my images were stored in a jar and the path for each image is like :
toolbarButtonGraphics/development/Server16 or
com/soamai/repository..../toto.gif
but it doesn't work, all my images were replaced by the default red square
which represent that my plugin doesn't retreive images.
it's a bug ? it's a known problem ?
have you got an idea?
thanks for all