Eclipse RCP 3.7 - feature icon in the about dialog

2019-07-11 02:55发布

enter image description here

I followed this tutorial, but the feature icon does not apear in the about dialog. What could be the reason?

  1. I have created one feature-X-based product.
  2. I defined a plugin Y as feature X's branding plugin
  3. I added about.ini and an 32x32 px icon to the plugin.

about.ini:

aboutText=Dicke Alice
featureImage=images/icons/icon_32x32.png

1条回答
Animai°情兽
2楼-- · 2019-07-11 03:35

It looks like the feature's image will only show up after deployment, but not when started from IDE.

查看更多
登录 后发表回答