chatzilla.rdmsoft.comXR

XULRunner 1.8.0.9

tH

Download

XULRunner 1.8.0.9 is a stable developer preview. It provides facilities for launching standalone XUL applications and embedding APIs which can be used to render web pages within native and Java applications.

The Mozilla Developer Center has links to existing XULRunner applications and examples.

Installing XULRunner

The system requirements for XULRunner are the same as for Firefox 1.5. To install:

Windows

Linux

Mac OS X

Uninstalling XULRunner

Windows

Linux

Mac OS X

If you have multiple versions of XULRunner installed on Mac OS X, it is not possible to uninstall only one version. To remove all installed versions of XULRunner, remove the /Library/Frameworks/XUL.framework directory.

Installing XUL Applications

XUL applications that do not include their own installers are typically packaged as .zip archives. To install such an app, first save it to your desktop or another convenient place.

Windows

In a command prompt, enter the following command:

C:\...\xulrunner.exe --install-app C:\...\application.zip

The application will be installed to C:\Program Files\VendorName\Application, and can be started with application.exe.

Linux

In a terminal, enter the following command:

/.../xulrunner --install-app /.../application.zip

The application will be installed to /usr/lib/vendorname/application, and can be started with the application binary.

Mac OS X

In a terminal, enter the following command:

/Library/Frameworks/XUL.framework/xulrunner-bin --install-app /.../application.zip

The application will be installed to /Applications/VendorName/Application.app.

Frequently Asked Questions

Why is installing XULRunner so painful? Why isn't there a nice installer?

Because nobody has written that code yet! This is a developer preview release: additional features for installing and deploying XULRunner and applications based on XULRunner will be available in future releases.

I'm writing a XUL application, how can I deploy that application to my users?

You can make a zip file with your application.ini at its root and instruct users to follow the steps above, or deploy XULRunner with your app as recommended by Mozilla.

Is there an SDK I can compile/link against?

Yes. See the Gecko SDK page at the Mozilla Developer Center for details.

I think I've found a bug, how do I report it?

bugzilla.mozilla.org is used to track bugs in all Mozilla products. Please search to make sure that your bug has not already been reported.

How can I help?

If you want to help with XULRunner but don't know where to start, visit the XULRunner Community page and ask questions on the newsgroups or in the IRC channel.

Based on content from the XULRunner 1.8.0.4 Release Notes, copyright MDC contributors and licensed under CC by-sa 2.0.