Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] Using SWTBot with OpenJDK and GTK3 (hang)

Hello,

Just a heads up about using SWTBot in combination with OpenJDK (IcedTea) and GTK3 (default in Luna). Eclipse hangs because GTK2 also gets loaded. 

The root cause:
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736

Original Eclipse bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=434560

To work around the issue, you can either use the Oracle Java or force GTK3 off with SWT_GTK3=0 in the environment variables.

Regards,
Marc-Andre

Back to the top