LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Who can successfully run Azureus ? I really go mad.... (https://www.linuxquestions.org/questions/linux-software-2/who-can-successfully-run-azureus-i-really-go-mad-103846/)

preswang 10-14-2003 12:14 PM

Who can successfully run Azureus ? I really go mad....
 
I followed the method step by step to run Azureus

java -classpath Azureus2.jar:swt.jar:swt-pi.jar:systray4j.jar org.gudy.azureus2.ui.swt.MainWindow

it shows that Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-pi-gtk-2135 in java.library.path


but I do have *.2135.so in the same folder(Actually I extracted all the swt-gtk and systray4j files in the folder with Azureus2.jar)

Another method list in Azureus website's FAQ
java -cp swt.jar:Azureus2.jar -Djava.library.path=. org.gudy.azureus2.ui.swt.Main

but also something wrong:
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/GdkEvent

Does anyone can help me with this soft. Thanks a lot...!!!

geekzster 04-07-2004 06:01 AM

sure wish someone had answered this

BaPu 04-07-2004 06:09 AM

Did you simply try ./azureus
It seems to work with me (at least it launches it).

Haiyadragon 04-07-2004 06:19 AM

I made a symbolic link to java.exe in /usr/local/bin. Then I just ran ./azureus from the azureus directory.

elfenoir 04-07-2004 06:27 AM

I use Slack 9.1
ive tryed azureus 2.0.8.0 wich dont launch =(
so i tryed azureus 2.0.7.0 launch but auto-update don't work
so i updated manually the .jar file
Now i have azureus 2.0.8.0 launching and working fine

geekzster 04-07-2004 06:32 AM

yes I tried to just run it, thanks.

dont know how to make a symbolic link. is that to do with classpath?


forgive me but Im a complete noob at linux. its my 2nd day.

BaPu 04-07-2004 06:51 AM

a symbolic link has nothing to do with CLASSPATH

It is just a file that points to an another.
for instance:
Code:

bapu@bapu:/dev$ ls -l cdrom
lrwxr-xr-x    1 root    root            3 2004-03-15 16:48 cdrom -> hdc
bapu@bapu:/dev$ ls -l hdc
brw-rw----    1 root    disk      22,  0 2002-03-14 22:51 hdc

the file cdrom points to the file hdc, which is my hardware. And when I mount cdrom, in fact I mount hdc.
I am not sure it is clear.

You can create a symbolic link by issuing this command
Code:

ln -s source_file symbolic_link_file


All times are GMT -5. The time now is 05:56 PM.