Skip to main content

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

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


Back to the top