简体   繁体   English

如何通过命令行构建eclipse插件

[英]How to build eclipse plugin via commandline

I need to integrate a existing Eclipse plugin project into our build factory. 我需要将现有的Eclipse插件项目集成到我们的构建工厂中。 I compiled the plugin with javac and created a jar file, but it is not working as plugin for Eclipse. 我使用javac编译了插件,并创建了一个jar文件,但是该插件不能用作Eclipse的插件。 I receive a lot of exception "unable to load class". 我收到很多异常“无法加载类”。 Google return mostly Maven but I can not change the existing build process. Google大多返回Maven,但我无法更改现有的构建过程。

Does anybody has an idea what is required to do this? 有人知道要执行此操作需要什么吗?

将您创建的jar放在eclipse\\plugins文件夹中,然后重新启动eclips。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM