Eclipse RCP : make a standalone plugin extending an existing standalone one
Posted
by
akira2x3x
on Stack Overflow
See other posts from Stack Overflow
or by akira2x3x
Published on 2013-10-21T09:40:19Z
Indexed on
2013/10/21
9:54 UTC
Read the original article
Hit count: 284
eclipse-plugin
|rcp
I have extended via extension point (add menus and functionnalities) an already existing plugin which has it's own product definition file and it's own class Application implements IApplication. I want to create a Product Configuration(customize splash screen,etc...). Does my plugin need an Application class? I want my plugin to be independant, Standalone with a launcher. Not a fragment. Do I have to inherit already existing plugin Application? Thanks for the tips and tricks.
© Stack Overflow or respective owner