当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How to get the latest xulrunner build via the latest version of firefox on my local machine?

  • 6 件の返信
  • 1 人がこの問題に困っています
  • 5 回表示
  • 最後の返信者: cor-el

more options

I have been using firefox-10.0.6esr.source.tar to build the and use the XULrunner available in the same, in my local machine for my development purpose. Now i want to upgrade to higher version of XULrunner, i.e version 41.0.2. However i see that Firefox is now missing the xulrunner folder from its main folder layout. I am not able to build the xulrunner, as i used to do in my older version of firefox. Can you please let me know how can i get to build the latest verison of xulrunner source code, via the latest firefox (manually in my local)? Attaching the images of folder structure from firefox-10.0.6esr and firefox-58.0. Image from firefox-58.0 is missing the 'xulrunner' folder

Which is the correct source code to be downloaded to get the latest version of xulrunner?

I have been using firefox-10.0.6esr.source.tar to build the and use the XULrunner available in the same, in my local machine for my development purpose. Now i want to upgrade to higher version of XULrunner, i.e version 41.0.2. However i see that Firefox is now missing the xulrunner folder from its main folder layout. I am not able to build the xulrunner, as i used to do in my older version of firefox. Can you please let me know how can i get to build the latest verison of xulrunner source code, via the latest firefox (manually in my local)? Attaching the images of folder structure from firefox-10.0.6esr and firefox-58.0. Image from firefox-58.0 is missing the 'xulrunner' folder Which is the correct source code to be downloaded to get the latest version of xulrunner?

すべての返信 (6)

more options
more options

Thanks for the reply. I get that there are no higher version after 41.0.2.

But question here is, is there an option to get the same version's source code (XULrunner 41.0.2) from the latest firefox source code? Or rather, which is the last version of firefox from which I can get the xulrunner built? Is it firefox 45.0.2? or is there a higher version?

more options

You can use the -app command line switch.

firefox -app path_to/application.ini
more options

cor-el said

You can use the -app command line switch. firefox -app path_to/application.ini


Thanks for this info.. So does this mean we cannot even build the XULrunner 41.0.2 version from the latest firefox version?

この投稿は Reshmi により に変更されました

more options

the-edmeister said

41.0.2 is the last version of XULRunner. It's obsolete now. https://www.google.com/search?q=site:developer.mozilla.org%20xulrunner&ie=utf-8&oe=utf-8&lr=lang_en

Thanks for this info.. So does this mean we cannot even build the XULrunner 41.0.2 version from the latest firefox version?

more options
// Allow firefox.exe to launch XULRunner apps via -app <application.ini>
// Note that -app must be the *first* argument.

Firefox (from version 3) ships with a private XULRunner package, which can run any compatible XULRunner application using the -app switch: firefox -app application.ini is equivalent to xulrunner -app application.ini