On 3/27/06, Adam Antoniak <antoniak@xxxxxxxxxxxxx> wrote: > I get similar error: > > ~/.azureus/app/plugins /usr/bin > /usr/bin > Exception in thread "main" java.lang.UnsatisfiedLinkError: no > swt-pi-gtk-3139 in java.library.path > at java.lang.ClassLoader.loadLibrary(Unknown Source) > at java.lang.Runtime.loadLibrary0(Unknown Source) > at java.lang.System.loadLibrary(Unknown Source) > at > org.eclipse.swt.internal.Library.loadLibrary(Library.java:123) > 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:122) > at > org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:7 5) > at > org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThrea > d.java:58) > at > org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.ja > va:109) > at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:127) > at org.gudy.azureus2.ui.swt.Main.main(Main.java:142) > > My system is x86_64 > > Adam > > Dnia 27-03-2006, pon o godzinie 23:27 +0200, Eric Tanguy napisał(a): > > Le lundi 27 mars 2006 à 12:05 -0500, Andrew Overholt a écrit : > > > * Eric Tanguy <eric.tanguy@xxxxxxxxxxxxxx> [2006-03-21 09:24]: > > > > since i installed java sun 1.5 in fedora core 5 using java source from > > > > jpackage, azureus makes errors at startup : > > > > Exception in thread "main" java.lang.UnsatisfiedLinkError: no > > > > swt-pi-gtk-3139 in java.library.path > > > > > > Are you mixing x86 and x86_64? The most common cause of this that I know > > > of is attempting to run the 64-bit JNI bits on a 32-bit JVM. > > > > > > Andrew > > > > > No all my system is x86. > > Eric > > > > Check your environment settings. Is Sun Java at the beginning of PATH or tacked on at the end? From CLI do a "java -version"? If not Sun's java fix your links or go whole hog and download jpackage.org's instructions for building "nonfree" java rpms that work with alternatives.