I am pretty sure that you have problems with SWT Webbrowserwidget. You need the correct Xulrunner Version for SWT. Install XULRunner and follow the steps in The SWT FAQ to point SWT to use the correct XULRunner.
On IBM site ( IBM - Notes 8.5 - Required Linux packages and updates ) I saw that “Notes 8.5 on Linux uses an embedded Xulrunner runtime browser. The Firefox browser is no longer required for Linux clients running Notes 8.5 or greater.”
I’m having the same problem as ionpetrache.
According to the link that he posted, I guess that the xulrunner version embedded in the Lotus Notes 8.5 installation package, is compatible with the SWT, which is also embedded(I don’t have ).
I’ve found that the embedded xulrunner is placed under the following location:
I’ve managed to find the cause of this problem.
The problem is caused by the /usr/lib/browser-plugins/javaplugin.so, which is a symlink to /etc/alternatives/javaplugin, which in turn is a symlink to /usr/lib/jvm/jre-1.6.0-openjdk/lib/i386/IcedTeaPlugin.so
If I move the javaplugin.so symlink, to another folder, I’m able to run Lotus Notes, and read the emails I have received.
How can I make Lotus Notes, to ignore the /usr/lib/browser-plugins folder, so that Firefox will still be able to use the /usr/lib/jvm/jre-1.6.0-openjdk/lib/i386/IcedTeaPlugin.so plugin and run Java applets?