Difference between revisions of "How to run the application"

From CDOT Wiki
Jump to: navigation, search
 
(Running the application)
Line 1: Line 1:
 
== Running the application ==
 
== Running the application ==
  
To run the application, type the following:
+
To run the application will be slightly different depending on which operating system the user is using.  Below are examples of how to run it on each operating system:
+
 
If your on Windows:
+
'''Windows'''
 
   xulrunner.exe application.ini
 
   xulrunner.exe application.ini
  
If your on Linux:
+
'''Linux'''
 
  xulrunner application.ini
 
  xulrunner application.ini
  
If your on Mac:
+
'''Mac'''
 
   /Library/Frameworks/XUL.framework/xulrunner-bin application.ini
 
   /Library/Frameworks/XUL.framework/xulrunner-bin application.ini
  
Make sure your in the application level of the XULRunner application.
+
'''Note:''' Make sure your in the application level of the XULRunner application.  Also, for users who are running Linux or Windows to have the XULRuner folder in their PATH.

Revision as of 14:59, 26 November 2006

Running the application

To run the application will be slightly different depending on which operating system the user is using. Below are examples of how to run it on each operating system:

Windows

 xulrunner.exe application.ini

Linux

xulrunner application.ini

Mac

 /Library/Frameworks/XUL.framework/xulrunner-bin application.ini

Note: Make sure your in the application level of the XULRunner application. Also, for users who are running Linux or Windows to have the XULRuner folder in their PATH.