What do I need to run the SWT Browser in a standalone application on Linux or Solaris-x86?
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. (linux instructions) (solaris instructions) • If XULRunner is installed then it should be found automatically at runtime with no additional steps required. For other native browsers: • Set the environment variable MOZILLA_FIVE_HOME to your 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.