What do I need to run the SWT Browser in a standalone application on Linux GTK or Linux Motif?
Follow the steps below to use the SWT Browser widget in your standalone SWT application. • A supported version of XULRunner, Firefox or Mozilla must be installed. (instructions) • Set the environment variable MOZILLA_FIVE_HOME to your XULRunner/Firefox/Mozilla installation folder. e.g. setenv MOZILLA_FIVE_HOME /usr/lib/mozilla • Set the environmnent variable LD_LIBRARY_PATH to include MOZILLA_FIVE_HOME. e.g. setenv LD_LIBRARY_PATH ${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH} • Your standalone SWT application can now use the Browser widget. If you use the IBM 1.4 VM check this.