如何构建原生 Eclipse 启动器?

发布于 2024-11-19 13:36:44 字数 104 浏览 2 评论 0 原文

我想修改 Eclipse 启动器,使其表现得像一个看门狗(如果意外终止,则重新启动进程)。在哪里可以找到有关如何修补 Eclipse 启动器并为不同平台构建它的更多信息?

谢谢!

I want to modify Eclipse launcher so it will behave like a watchdog (restarting process, if it dies unexpectedly). Where can I find more information about how to patch Eclipse launcher, and build it for different platforms?

Thanks!

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

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

发布评论

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

评论(1

悲欢浪云 2024-11-26 13:36:44

您可以在 http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.executable/library/?root=RT_Project
也有针对不同平台的构建脚本。
eclipse.c 是入口点,因此将独立于平台的代码放在那里是有意义的。

干杯,
最大限度

You could find Eclipse launcher sources at http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.executable/library/?root=RT_Project
Building scripts for different platforms are there too.
eclipse.c is the entry point so it makes sense to put your platform-independent code there.

Cheers,
Max

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