jar的首选扩展包

时间:2014-02-18 10:17:27

标签: eclipse plugins jar preference

http://www.eclipse.org/articles/article.php?file=Article-Preferences/article.html有人看过这篇论文吗?我执行了这个例子,它成功运行了eclipse应用程序,但是当我将它打包到jar并将jar包推送到eclipse的插件目录时,在eclipse中没有任何效果,感谢你的anwser

1 个答案:

答案 0 :(得分:0)

您的plugin.xml似乎没有build.properties(可能还有其他内容)。插件的标准build.properties或多或少是:

source.. = src/
output.. = bin/
bin.includes = META-INF/,\
           .,\
           OSGI-INF/,\
           plugin.xml
如果您没有该文件夹,可以省略

OSGI-INF