Eclipse PDE:什么是“目标平台”?

发布于 2024-10-09 21:22:29 字数 54 浏览 0 评论 0原文

当您使用 Eclipse PDE(插件开发环境)时,会出现术语“目标平台”。这到底意味着什么?

When you work with Eclipse PDE (Plug-in development environment), there is the term "target platform." What does that mean exactly?

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

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

发布评论

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

评论(2

好倦 2024-10-16 21:22:29

目标平台指定您为其开发插件的 Eclipse 配置。这是由一组可用插件和功能定义的。它默认镜像您正在运行的 Eclipse 实例的配置,但在大多数情况下您需要将其更改为更具体的内容。

例如,您可能正在运行 Eclipse 3.6,但正在为 Eclipse 3.5 开发插件,或者您可能正在 WTP 之上开发插件,但您的开发 eclipse 实例中不需要 WTP 功能。

The target platform specifies the Eclipse configuration that you are developing your plugins for. This is defined by the set of available plugins and features. It defaults to mirroring the configuration of the Eclipse instance that you are running, but in most cases you will want to change it to something more specific.

For instance, you may be running Eclipse 3.6, but developing plugins for Eclipse 3.5, or you may be developing a plugin on top of WTP, but you don't need WTP functionality in your development eclipse instance.

隱形的亼 2024-10-16 21:22:29

Eclipse PDE 开发与嵌入式系统编程类似,您可以在 PC 上进行开发,但将应用程序部署到远程设备。

使用 Eclipse PDE,您可以在 Eclipse 实例的插件中进行开发。该插件可以部署到您正在使用的实例,但也可以配置为部署到任何其他 Eclipse 实例。这是从首选项 -> 配置的插件开发->目标平台。

另请参阅http://rcpquickstart.wordpress。 com/2008/04/21/why-create-a-custom-target-platform/

Eclipse PDE development has parallels to embedded systems programming where you do development on a PC, but deploy your application to a remote device.

With Eclipse PDE, you develop in a plugin to an Eclipse instance. The plugin could be deployed to the instance you're working in, but it can also be configured to deploy to any other Eclipse instance. This is configured from Preferences -> Plug-in Development -> Target Platform.

See also http://rcpquickstart.wordpress.com/2008/04/21/why-create-a-custom-target-platform/

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