Unfolding automatically an Eclipse plugin jar

后端 未结 3 500
囚心锁ツ
囚心锁ツ 2021-01-24 18:55

My Eclipse plugin needs to be executed unfolded as a flat directory (it uses JNI, and the JNI part needs access to some files provided by the plugin). Is it possible to configur

3条回答
  •  無奈伤痛
    2021-01-24 19:05

    You can check the unpack option while you are creating Feature project for your plugin project.

提交回复
热议问题