Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make an eclipse plugin load on startup

I have an Eclipse plugin based RCP application. I want to add one plugin in it and I want that it should be initialized as soon as the application is launched (and not lazy initialization).

How can I do that?

like image 249
Ishan Rastogi Avatar asked Aug 14 '26 02:08

Ishan Rastogi


1 Answers

For a 3.x style RCP use the org.eclipse.ui.startup extension point to specify a class which implements org.eclipse.ui.IStartup. This will be called early on in Eclipse start up.

like image 61
greg-449 Avatar answered Aug 16 '26 16:08

greg-449



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!