I'm now having a problem that I've had before, and I don't know what
solved it then but moving jar files around finally did.
the error is
Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-gtk-3347
or swt-gtk in swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:219)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:151)
at org.eclipse.swt.internal.C.<clinit>(C.java:21)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:128)
I have jar files and .so files with 3349, not 3347. I had a 3347 file but
removing that solved my problem a few days ago when I wanted to use swt in
another project. Now it doesn't any more, in either project.
Now what exactly do I need for swt, and what don't I need? On a windows pc
in the office, putting swt.jar in the plugins directory was all I needed,
but apparently in linux it's different? I'm at a loss here, help would be
appreciated.....