I have an open source plugin, with a license that allows me to modify it, from here: http://www.jcraft.com/eclipse-jcterm/ (under the source section). I want to modify this plugin and use it on my local eclipse.
- Is this even possible given the jar file that I have? Or do I need more?
- What must I do to bring this up in eclipse (via the Eclipse plugin development view obviously)?
- How can I install this plugin to verify it works as I want?
You now have an Eclipse project representing the plugin. Make your changes, and then:
I don’t know of a way to do development on a plug-in that is ‘live’ in your instance of the IDE, so I think you’d have to install it to your copy of Eclipse by dropping it in the plugins directory, then restart.