是否可以构建 Linux/Motif Eclipse RCP 应用程序?
我正在尝试构建一个可以与 linux/motif 安装目标一起使用的 Eclipse 应用程序。 但是,即使产品导出向导中提供了导出选项,这似乎也是不可能的。
我检查了 delta 包的内容,确实缺少 linux/motif 的包。 检查 eclipse 3.4 的下载页面后: http://download.eclipse.org/eclipse/ downloads/drops/R-3.4-200806172000/index.php
我看到,即使有一个标记为 Linux/motif 的 Eclipse 版本,它也被标记为仅测试< /强>。 此外,该目标没有增量包。
有人成功构建了针对 linux/motif 的 RCP 应用程序吗? 如果我下载这个仅测试版本的 eclipse 并复制缺少的插件,它会起作用吗?
I am trying to build an Eclipse application that would work with a linux/motif installation target. However, this seems not to be possible even though the export option is available in the product export wizard.
I've checked the content of the delta pack and indeed, the packages for linux/motif are missing. After checking the downloads page for eclipse 3.4 at:
http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/index.php
I see that even though there is an Eclipse version marked for Linux/motif, it is marked as Testing only. Additionally, there is no delta pack for this target.
Has anyone been successful building an RCP application targeting linux/motif? Would it work if I download this testing only version of eclipse and copy the missing plugins?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们有类似的问题。 我们正在构建 Eclipse 应用程序,我们的平台之一是 Solaris 10 x86,它在 3.2 中作为早期访问版本获得了短暂支持,但后来被放弃。 我相信 3.2 和 3.3 支持主题,因此您最好的选择可能是恢复到旧版本的 Eclipse。 我在 3.4 中进行开发,当我们开发 Solaris 特定版本时,我们会切换回 3.2,通常需要大约 10 分钟的更改才能修复先前版本的所有内容。 通常它会删除几个位置的 @overides 并更改 Eclipse 不再使用的一两个函数。
您可以做的另一件事是获取 Eclipse 的 Linux/Motif 软件包,并将其安装在运行 Motif 的 Linux 机器上。 在该 Eclipse 机器上检查您的项目并将其导出到那里。 我尝试了 VirtualBox(Sun Microsystems 的免费虚拟机),它应该可以让您轻松完成此任务。
We have a similar issue. We are building Eclipse applications and one of our platforms is Solaris 10 x86 which was supported for a short time as an early access build in 3.2 and dropped. I believe 3.2 and 3.3 supported motif so your best bet may be to revert to an older version of Eclipse. I develop in 3.4 and when we do the Solaris specific release we switch back to 3.2, it is usually about 10 minutes of changes to fix everything for the prior version. Usually it is removing @overides in a few locations and changing a function or two that Eclipse no longer uses.
The other thing you can do is get the Linux/Motif package for Eclipse, and install it on a Linux box running Motif. Check out your project on that Eclipse machine and export it there. I tried out VirtualBox (a free Virtual Machine from Sun Microsystems) it should make this easy for you.