如何从 Eclipse CVS 检出的源文件构建 jar 文件?

发布于 2024-11-09 03:55:15 字数 185 浏览 0 评论 0原文

我已将 Eclipse CVS 中的 Java Nebula 源文件检出到我的本地硬盘上。但是,如何将这些新从 CVS 签出的源文件构建为 jar 文件,以便我可以在其他项目中使用它们呢?

我还打算将源文件导入到jar文件中,这样我就可以导入到eclipse中的GWT设计器等插件中,以便我可以使用它们。

感谢您的任何帮助。

I have checked out the Java Nebula source files from Eclipse CVS onto my local hard drive. But how do I build these newly checked out source files from the CVS into jar files so that I can use them in my other projects?

I also intend to import the source files into jar files so that I can import to plug-ins such as the GWT designer in eclipse so that I can use them.

Thanks for any help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦醒时光 2024-11-16 03:55:15

这是在 eclipse 中构建项目的 jar 的方法。

右键单击项目 -->导出--> Java --> Jar,只需检查您必须制作 jar 文件的 Nebula 相关源即可。

Here is a way in eclipse to build a jar of the project.

Right click on Project --> Export --> Java --> Jar and just check the Nebula related sources of which you have to make the jar file.

隐诗 2024-11-16 03:55:15

大多数nebula源码都是eclipse插件。您使用“文件”>“导出...”>可部署插件和片段。这会将插件导出为可安装到 eclipse 或 RCP 中的 jar。

Most of the nebula source are eclipse plugins. You use File>Export...>Deployable plug-ins and fragments. That will export the plugin as a jar that can be installed into eclipse or RCP.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文