Running Designer 8.2 on Red Hat Enterprise Linux 6 and when I start Designer for doing CAF development I get a couple of errors. See attached.
I tried to fix those errors by doing this :
Q: What do I need to run the SWT Browser in a standalone application on Linux or Solaris?
A: Follow the steps below to use the SWT Browser widget in your standalone SWT application.
A supported native browser must be installed (linux requirements) (solaris requirements).
If a supported WebKitGTK and/or XULRunner is installed then it should be found automatically at runtime with no additional effort. For other native Mozilla-based browsers:
Set the environment variable MOZILLA_FIVE_HOME to the native browser's 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.
When I set those environment variables and try to start Designer it crashes producing a log file which I have also attached.
Does anyone have any idea what the problem is and how to fix it?
Thanks.
hs_err_pid7850.log (96.3 KB)