views:

27

answers:

1

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.

A: 

Under preferences: Install/Update -> Automatic Updates you can check Automatically find new update and notify me.

alt text

nanda
This setting will check updates for all plugins. I want only the plugin that i develop to be checked on startup. In fact, the IT department for my company doesn't allow automatic updates.
Aravindan R