Eclipse RCP : make a standalone plugin extending an existing standalone one
- by akira2x3x
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.