I am new to Eclipse plugin development. I am developing a plugin which is only available inside an intranet and the user has to be prompted everytime a new version of the plugin is available. The plugin has an update site.
Whats the best way to do this? Is it possible to install the new version programatically?
I am targeting Eclipse 3.4 and higher.