I have decided to enhance an existing eclipse plugin called JCTerm. I am trying to install my enhanced version on another instance of eclipse (I am able to successfully run it in my local eclipse as I seem to have all the dependencies). Obviously depdenencies such as org.eclipse.core.runtime
are found, however dependencies such as com.jcraft.jsch
I am not so sure about. And org.eclipse.jsch.core
is definetly giving me errors when I try to install this on another instance of eclipse.
I have these plugins defined, I created a new features project and also clicked 'Compute Depenencies`. I then created a third project to create the update site. When I try installing from the update site, it complains about missing dependencies.
In short, I have no idea how to deal with these dependencies issues in Eclipse Plugin Development and Google has been entirely useless regarding this.