I recently wrote an Eclipse plugin, and I'm trying to get some employees to install it for testing.
As far as I can tell, dropping the .jar to the dropins folder in Eclipse should be installed, but it doesn't seem to work on any Eclipse installation other than the one I developed. This seems to be a problem with uninstalled dependencies.
I thought the dropins folder should automatically calculate and install dependencies, but maybe I'm wrong. If so, how can I distribute it without separately installing each individual dependency?
source share