I am developing an eclipse ECP application where I wanted to use the Eclipse icons like project, folder, task, etc.
Can anyone help me from where I can download these icons? I searched in workspace/.metadata/org.eclipse.pde.core/.bundlepool
but I could not find the Eclipse related icons.
I'd like to add to Greg's answer:
.bundlepool
directory for icons you will have to look into/extract each jar. The icons are usually stored under an icons
folder in the jar.In your plugin.xml you can use it like this
<command
commandId="id"
icon="platform:/plugin/org.eclipse.ui.ide/icons/full/obj16/hprio_tsk.gif"
style="push"
tooltip="%cmd1.commandtooltip">
</command>
You can use Plugin image browser to find it reference. Check here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With