Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT 4.8 and CentOS 6.10

Try forcing either SWT_GTK3=1 or SWT_GTK3=0 -- we had a user report a similar issue and that fixed it for him. See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521487#c15

Eric


On Wed, Jul 11, 2018 at 2:57 AM, Thomas Singer <ts-swt@xxxxxxxxxxx> wrote:
Hi,

When launching SmartGit 18.2 which uses SWT 4.8 on a CentOS 6.10 64-bit, I'm getting following exception:

java.lang.UnsatisfiedLinkError:
org.eclipse.swt.internal.gtk.OS._cachejvmptr()V
        at org.eclipse.swt.internal.gtk.OS._cachejvmptr(Native Method)
        at org.eclipse.swt.internal.gtk.OS.cachejvmptr(OS.java:481)
        at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:92)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:134)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:80)
        at org.eclipse.swt.widgets.Display.<clinit>(Display.java:142)
        at smartgit.XX.a(SourceFile:62)
        at smartgit.asa.a(SourceFile:108)
        at com.syntevo.smartgit.q.a(SourceFile:301)
        at com.syntevo.smartgit.q.a(SourceFile:246)
        at smartgit.asx.a(SourceFile:68)
        at com.syntevo.smartgit.SmartGit.main(SourceFile:11)

SmartGit 18.1 uses SWT 4.7 and this works fine. Is CentOS 6 not supported any more by SWT 4.8? Is there a list of officially supported Linux versions? Thanks in advance.

--
Best regards,
Thomas Singer
=============
syntevo GmbH
https://www.syntevo.com
https://www.syntevo.com/blog
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top