External jars in eclipse plug-in

后端 未结 6 1731
被撕碎了的回忆
被撕碎了的回忆 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 15:44

    1. Open your plugin.xml
    2. Go to Runtime tab and add your JAR in the classpath section

提交回复
热议问题