I\'m creating an eclipse plug-in and I\'m having trouble with external jars. In my plug-in I start an application which requires some external jars. What do I have to do to expo
This is an easy way, though it does create an additional plug-in.
In Eclipse:
New>Other
, then Plug-in Development>Plug-in from existing JAR archives
.Java Build Path
on the Projects
tab.Edit: You may be able to combine the jars into your plug-in by instead combining both suggestions of Zsolt and user714965 below.