Eclipse+Vaadin:无法启动 XULRunner(需要 1.9 或更高版本)

发布于 2024-12-06 11:26:12 字数 338 浏览 0 评论 0原文

当我尝试使用 Vaadin 编辑器打开 java 文件时,出现以下错误:

Could not start XULRunner (version 1.9 or higher required)

操作系统:Windows 7 Prof x64
日食:靛蓝
XULRunner:6.0,只是解压到某个文件夹中,未安装;添加了路径。

那么,如何为 Eclipse Vaadin 插件安装 XULRunner,或者如何告诉 Vaadin 插件 XULRunner 所在的位置?

PS 我尝试安装 xulrunner 1.9 但没有帮助。所以问题依然存在。

When I am trying to open java file with Vaadin Editor, I am getting the following error:

Could not start XULRunner (version 1.9 or higher required)

OS: Windows 7 Prof x64
Eclipse: Indigo
XULRunner: 6.0, it is just unpacked into some folder, not installed; PATH added.

So, how to either install XULRunner for Eclipse Vaadin plugin, or how to tell Vaadin plugin where XULRunner is located?

P.S. I have tried to install xulrunner 1.9 and it din't help. So the problem persists.

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

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

发布评论

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

评论(1

好倦 2024-12-13 11:26:12

该插件似乎假定系统范围内安装了 XULRunner。正如 XULRunner 错误:无法解析 application.ini。 中提到的,这从 XULRunner 5.0 开始不再支持,但您可以 显式传入 XULRunner 路径。这只是问题的一部分,但很可能较新的 XULRunner 版本根本无法工作。您实际上可能需要下载古老的 XULRunner 1.9.0,而不是 XULRunner 6.0。

This plugin seems to assume a system-wide installation of XULRunner. As mentioned in XULRunner Error: couldn't parse application.ini., this is no longer supported starting with XULRunner 5.0 but you could pass in a XULRunner path explicitly. This is only one part of the problem however, chances are that newer XULRunner versions simply won't work. You might actually have to download the ancient XULRunner 1.9.0 instead of XULRunner 6.0.

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