Results 1 to 5 of 5
I tried bittorrent but found that it has problems.
I then tried AZUREUS and got this error.....
Configuring environment...
Loading Azureus:
/usr/java/j2re1.4.2_06/bin/java -Xms16m -Xmx128m -cp "/home/userz/azureus/Azureus2.jar:/home/userz/azureus/swt.jar:/home/userz/azureus/swt-mozilla.jar:/home/userz/azureus/swt-pi.jar" -Djava.library.path="/home/userz/azureus" -Dazureus.install.path="/home/userz/azureus" org.gudy.azureus2.ui.swt.Main ''
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-20-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 7
mandrake 10.1 AZUREUS start error ... anyone??? PLEASE ????
I tried bittorrent but found that it has problems.
I then tried AZUREUS and got this error.....
Configuring environment...
Loading Azureus:
/usr/java/j2re1.4.2_06/bin/java -Xms16m -Xmx128m -cp "/home/userz/azureus/Azureus2.jar:/home/userz/azureus/swt.jar:/home/userz/azureus/swt-mozilla.jar:/home/userz/azureus/swt-pi.jar" -Djava.library.path="/home/userz/azureus" -Dazureus.install.path="/home/userz/azureus" org.gudy.azureus2.ui.swt.Main ''
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/userz/azureus/libswt-pi-gtk-3106.so: /home/userz/azureus/libswt-pi-gtk-3106.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
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(Libra ry.java:100)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:1 9)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Conve rter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Conve rter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.j ava:11
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<ini t>(SWTThread.java:71)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.crea teInstance(SWTThread.java:55)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<i nit>(Initializer.java:106)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:73)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:100)
Azureus TERMINATED.
[root@localhost azureus]#
"shared object cannot open does not exist "? the file does exist.....
ANY IDEAS ???
I've been at this for days trying to get a bittorrent client to work....
Why didnt mandrake 10.1 fix this before the release??
They didnt include any bittorrent clients in this release (but did in 10 and other releases prior) so one would think that if they didnt include and torrent clients in this release and you cant install and run any clients then they must have known there were issues. Why didnt they fix them ???
- 12-20-2004 #2Just Joined!
- Join Date
- Dec 2004
- Posts
- 7
?
can anyone help please .......
- 01-24-2005 #3Just Joined!
- Join Date
- Jan 2005
- Posts
- 2
any luck???
Hi mdk101....
Have you been able to solve this azureus problem...?
I have the same error message and have had no luck either.
I am running suse9.1 x86-64, I'm assuming it is the --64 install that's getting us into trouble.
Wayne
- 01-24-2005 #4Just Joined!
- Join Date
- Jan 2005
- Location
- Toronto
- Posts
- 54
ihad the same problem. here is how i solved it.
just make an executable file of this code. replace [FOLDER] with the folder where azureus files are. if there are multiple folders, just keep on adding a cd command. when u double click the file, azureus will automatically openCode:#!/bin/bash cd [FOLDER] java -cp swt.jar:swt-pi.jar:Azureus2.jar -Djava.library.path=./ org.gudy.azureus2.ui.swt.Main
- 01-25-2005 #5Just Joined!
- Join Date
- Jan 2005
- Posts
- 2
thanks liljhand,
tried the script, but it still gives me the same error:
I've included my error message but I think it is similar to mdk101's error...
thanks for your input...
Wayne
************************************************** *******
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/scroll/azureus/libswt-pi-gtk-3106.so: /home/scroll/azureus/libswt-pi-gtk-3106.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.jav a:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1485)
at java.lang.Runtime.loadLibrary0(Runtime.java:78
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Libra ry.java:100)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:1 9)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Conve rter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Conve rter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.j ava:11
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<ini t>(SWTThread.java:71)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.crea teInstance(SWTThread.java:55)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<i nit>(Initializer.java:106)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:73)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:100)


Reply With Quote
