Eclipse SWT Browser crash (Linux 64Bit)

I have an eclipse project that uses the webbrowser from eclipse SWT, which runs smoothly in my eclipse. I am sharing a project (via SVN) and trying to run it on my 64-bit Linux system. I downloaded the stable version of swt for 64-bit Linux and imported it into my workspace.

but when I try to run swt-webbrowser, I get this error:

(SWT:2882): Gtk-CRITICAL **: IA__gtk_window_group_remove_window: assertion 'window->group == window_group' failed

and the browser does not start.

It is suitable for discussing the eclipse-bug discussion here , but I really don't understand how I can fix this!

+4
source share
1 answer

, , , , , . ini.

-, , xulrunner . eclipse.ini:

-Dorg.eclipse.swt.browser.DefaultType=mozilla
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/bin/xulrunner

, WebKit, :

-Dorg.eclipse.swt.browser.UseWebKitGTK=true
0

All Articles