XULRunner 错误:无法解析 application.ini。
将此 zip 解压到文件夹中,但是当我发出命令
xulrunner --register-global
时,我收到一条消息无法解析 application.ini
我确实没有 application.ini 文件,因为 zip 文件中没有该文件。
那么,如何正确安装XULRunner呢?
I have downloaded XULRunner from http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/7.0/runtimes/xulrunner-7.0.en-US.win32.zip
Unpacked this zip into folder, but when I am issuing a command
xulrunner --register-global
I am getting a message couldn't parse application.ini
I really have no application.ini file because it was no one in zip file.
So, how to install XULRunner correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
XULRunner 5.0 中已删除对“注册”XULRunner 的支持:https://bugzilla.mozilla。 org/show_bug.cgi?id=642795(实际上它并不是很有用)。因此,通过解压 XULRunner,您已经安装了它。现在,您可以查找或创建 XULRunner 应用程序,并使用 xulrunner.exe --app path\to\app\application.ini 运行它。
Support for "registering" XULRunner has been removed in XULRunner 5.0: https://bugzilla.mozilla.org/show_bug.cgi?id=642795 (it actually wasn't exactly useful anyway). So by unpacking XULRunner you already installed it. Now you can go find or create a XULRunner application and run it with
xulrunner.exe --app path\to\app\application.ini
.