On Tue, Apr 25, 2006 at 09:55:50PM -0600, Shaun Jackman wrote: > I believe the second -classpath overrides the first. Try it as I > wrote, with one -classpath option and two path elements separated by a > colon.
Ok, as may be becoming clear I know just enough about java to type the
wrong thing. Does this help?
[EMAIL PROTECTED]:/tmp$ java -classpath
.:/usr/share/java/swt-gtk-3.jar:/usr/share/java/swt-pi-gtk-3.jar Hello "$@"
Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3062
in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
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:118)
at Hello.main(Hello.java:9)
-i
signature.asc
Description: Digital signature

