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
By following the steps below, the external JARs will be included when you export your plug-in:
lib
, but whatever works for you.build.properties
in your plug-in project and check the JARs you want to include in the build in the Binary Build section on the left.