如何将插件项目模板集成到现有的 eclipse 项目中?

发布于 2024-11-07 22:25:54 字数 390 浏览 1 评论 0原文

我已经使用 Eclipse 开发了一个 Java 项目。 现在我想集成一个帮助系统以允许用户打开指南。

浏览其他问题,我发现 本教程 来设置启动 Eclipse 环境以便使用 Eclipse 帮助系统。无论如何,本教程和我从现在开始找到的所有文档仅解释如何使用该系统创建一个新的插件项目。

但是,如果我只想将帮助系统添加到在 Eclipse IDE 中创建的现有 Java 项目中,该怎么办? 我应该按照哪个步骤来更新我的项目配置? 是否可以在不使用 eclipse 的情况下集成 Eclipse 帮助系统?

I have already developped a Java project using Eclipse.
Now I would like to integrate an help system to allow the user to open a guide.

Browsing other questions i found this tutorial to set up Eclipse environment in order to use the Eclipse Help System. Anyway, this tutorial and all documentation I found since now, only explain how to use this system creating a new plugin project.

But what about if I want simply add the help system to an existing Java Project created in Eclipse IDE?
Which step should I follow to update my project configuration?
Is it possible to integrate Eclipse Help system, without using eclipse?

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

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

发布评论

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

评论(1

俯瞰星空 2024-11-14 22:25:54

不,您指向的帮助系统是一个基于 Eclipse 插件的系统,对于 RCP 程序很有用。请参阅 http://wiki.eclipse.org/RCP 它只会在 RCP 应用程序的上下文中运行。

可能能够编写一个仅包含帮助的RCP应用程序,启动它,并从您的java应用程序通过http与其进行通信,但这不是一个简单的集成......并且您仍然需要构建您的帮助文档,以便 org.eclipse.ui.help 可以看到它们。

No, the help system you point to is an eclipse plugin based system, useful with RCP programs. See http://wiki.eclipse.org/RCP It will only run in the context of an RCP application.

You might be able to write an RCP app that contains only help, launch it, and communicate with it through http from your java app, but it's not a simple integration ... and you still have to build your help documents so that org.eclipse.ui.help can see them.

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