External jars in eclipse plug-in

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

    The approach from Andy Thomas mostly works, but you also need to export the packages needed by the existing plugin in the new wrapper plugin so that they can be accessed by the plugin at runtime.

提交回复
热议问题