自定义 Eclipse 包

发布于 2024-12-09 01:42:35 字数 459 浏览 0 评论 0原文

我想使用 JDT、CDT 和其他一些插件进行离线 Eclipse 安装。这就是我想做的事情(优先级递减):

  • 创建一个与 Eclipse 网站上可供下载的安装包类似的安装包。 问题:如何做到这一点?它们是如何创建的?是否有某种自动化工具可以从 p2 存储库获取包并构建它们?是否有关于它们如何创建的详细解释? (我知道 Yoxos,但它有几个版本旧)
  • 在连接互联网的计算机上进行安装,然后将文件夹复制到另一台计算机。 问题:这可以做到吗?简单的复制/粘贴可以正常工作吗?是否有任何我可以从自动重新创建的安装中删除的内容?
  • 使用 Eclipse 包(例如 JDT)以及 CDT 和其他插件的下载副本(zip 文件?),并使用本地存档方法中的标准 Eclipse 插件安装将它们安装在目标计算机上。 问题我在哪里可以下载这些内容?

I would like to make an offline Eclipse installation with JDT, CDT and a few other plugins. This is what I would like to do, in decreasing preference:

  • Create an installation package similar to the ones available for download on the Eclipse website. Question: How can this be done? How are they created? Is there some kind of automated tool that gets the packages from p2 repositories and builds them? Is there a detailed explanation somewhere of how they are created? (I am aware of Yoxos, but that is a few versions old)
  • Do the installation on an internet-connected computer, and then copy the folder to another computer. Question: Can this be done? Will a simple Copy/Paste work correctly? Is there anything I can delete from the installation that will be automatically recreated?
  • Use an Eclipse package, say JDT, and a downloaded copy (zip file?) of the CDT and other plugins, and install them on the target machine using the standard Eclipse plugin installation from a local archive method. Question Where can I get these downloads?

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

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

发布评论

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

评论(1

小嗲 2024-12-16 01:42:35

您可以使用的最简单的方法是从直接从站点下载的 eclipse“经典”包开始,然后通过更新管理器手动安装您需要的其他组件。然后您可以压缩 eclipse 目录并毫无问题地分发它。

否则,您可以尝试使用 Yoxos 创建包、下载并分发它

The simplest approach you could use is to start from the eclipse "classic" package downloaded directly from the site, and then manually install the other components you need via update manager. You can then zip the eclipse directory and distribute it without any problem.

Otherwise you could try to use Yoxos to create your package, download and distribute it

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