Eclipse 自定义插件部署为 jar 不起作用

发布于 2025-01-05 11:45:56 字数 140 浏览 1 评论 0原文

在运行时工作台中运行我的插件项目时没有错误,但是当我尝试将其部署为 jar (使用导出向导链接)时,创建的 jar 文件在其他标准 eclipse 版本中不起作用。我尝试将 jar 放入各种 Eclipse 安装的插件文件夹中,但没有成功。谁能告诉我问题可能是什么?

I have no errors while running my plugin project in the runtime workbench but when I try to deploy it as a jar (using Export Wizards link), the jar file created does not work in other standard eclipse versions. I have tried putting the jars in the plugins folder of various eclipse installations, but to no avail. Can anyone please tell me what the issue might be all about?

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

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

发布评论

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

评论(2

世界如花海般美丽 2025-01-12 11:45:56

对于没有功能的单个插件,您可以将部署的插件 jar 添加到 eclipse/dropins/ 文件夹中。请参阅 dropins 文件夹 了解更多信息。

For a single plugin with no feature, you can add your deployed plugin jar to the eclipse/dropins/ folder. See the dropins folder for more information.

雪若未夕 2025-01-12 11:45:56

我在这里找到了一些信息:
http://wiki.eclipse.org/Where_Is_My_Bundle

到目前为止我所做的:

  • 打开一个 osgi 控制台(控制台窗口上有一个符号
    允许您添加 osgi 控制台 - 安装了 pde)
  • 在控制台中使用命令“ss”列出所有包(我必须将我的名称更改为不带点的名称才能列出插件)
  • 使用其手动启动插件id 显示发生的异常

(从我刚才读到的内容来看,插件也可能默默地失败,.log 文件也没有显示任何错误)

I found some information here:
http://wiki.eclipse.org/Where_Is_My_Bundle

What I have done so far:

  • open an osgi console (there is a symbol on the console window which
    allows you to add an osgi console - with pde installed)
  • use the command 'ss' in the console to list all bundles (i had to change my name to a name without dots for the plugin to be listed)
  • manually start the plugin with its id to show occurring exceptions

(from what I read just now, a plugin can also silently fail, the .log file didn't show any errors either)

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