External jars in eclipse plug-in

后端 未结 6 1727
被撕碎了的回忆
被撕碎了的回忆 2021-02-04 15:08

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

6条回答
  •  礼貌的吻别
    2021-02-04 16:05

    By following the steps below, the external JARs will be included when you export your plug-in:

    1. Copy the required external JAR files into a folder in your plug-in project; I like to call this folder lib, but whatever works for you.
    2. Open the 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.

提交回复
热议问题