Eclipse+Vaadin:无法启动 XULRunner(需要 1.9 或更高版本)
当我尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该插件似乎假定系统范围内安装了 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.