Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Problems loading SWT on newest Linux versions

Hi,

We've got 2 bug reports where Linux users could not load SmartSVN. The output of the latest one looks like (line separators could be screwed up):

Error invoking SmartSVN

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at QBootLoader.main(SourceFile:100)

Caused by: java.lang.UnsatisfiedLinkError: Could not load SWT library.
Reasons:
Can't load library: /home/bites/.smartsvn/9.2/swt.tmp/libswt-pi-gtk-4723.so
Can't load library: /home/bites/.smartsvn/9.2/swt.tmp/libswt-pi-gtk.so
no swt-pi-gtk-4723 in java.library.path
no swt-pi-gtk in java.library.path
/home/bites/.smartsvn/9.2/swt.tmp/libswt-pi-gtk-4723.so:
/home/bites/.smartsvn/9.2/svn-tmp/6058/libz.so.1: version `ZLIB_1.2.9' not found (required by /lib64/libpng16.so.16)

at org.eclipse.swt.internal.Library.loadLibrary(Library.java:327)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:236)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:28)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:118)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:80)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:140)
at com.syntevo.q.gui.cH.a(SourceFile:58)
...

Did someone heard about such problems before, especially because of the libz dependency?

--
Best regards,
Thomas Singer
=============
syntevo GmbH
http://www.syntevo.com
http://www.syntevo.com/blog


Back to the top