I want to create an Eclipse plugin that automatically runs in the background, as soon as the user opens the Eclipse IDE.
For example, I am building a Java Eclipse plugin that gets the current active file address, but I would like this plugin to always run in the background without user having to run it manually.
How to achieve this?