|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Apr 2003
Messaggi: 6479
|
Azureus non mi si avvia
Ciao a tutti, ho provato ad installare azureus (installato le ultime librerie java e fatto partire ./azureus) ma mi da il seguente errore:
Starting Azureus... Java exec not found in PATH, starting auto-search... Java exec found in /usr/java/jre1.5.0_02/bin/ Suitable java version found [/usr/java/jre1.5.0_02/bin/java = 1.5.0_02] Configuring environment... Loading Azureus: /usr/java/jre1.5.0_02/bin/java -Xms16m -Xmx128m -cp "/root/Desktop/azureus/Azureus2.jar:/root/Desktop/azureus/swt.jar:/root/Desktop/azureus/swt-mozilla.jar:/root/Desktop/azureus/swt-pi.jar" -Djava.library.path="/root/Desktop/azureus" -Dazureus.install.path="/root/Desktop/azureus" org.gudy.azureus2.ui.swt.Main '' Exception in thread "main" java.lang.UnsatisfiedLinkError: /root/Desktop/azureus/libswt-pi-gtk-3106.so: libgtk-x11-2.0.so.0: 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(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 org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:75) at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58) at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:107) at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:71) at org.gudy.azureus2.ui.swt.Main.main(Main.java:98) Azureus TERMINATED. Che non trova e come posso risolvere? Grazie |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: May 2004
Città: Apulia
Messaggi: 2438
|
http://www.linuxquestions.org/questions/history/326599
dice di far partire azureus dal path da dove l'hai installato
__________________
«Eccomi là: cioè, Alex e i miei tre drughi. Cioè Pete, George e Dim. Ed eravamo seduti nel Korova Milk Bar arrovellandoci il gulliver per saper cosa fare della serata. Il Korova Milk Bar vende più o meno latte rinforzato con qualche droguccia mescalina che è quello che stavamo bevendo. E' roba che ti fa robusto e disposto all'esercizio dell'amata ultraviolenza.» |
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Apr 2003
Messaggi: 6479
|
infatti io entro nella directory dove l'ho messo (che sta sul desktop) e faccio partire azureus
|
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: May 2004
Città: Apulia
Messaggi: 2438
|
allora prova a dare questi comandi
sudo mkdir /usr/java sudo mv jre1.5.0_02/ /usr/java/ sudo chown -R root:root /usr/java/jre1.5.0_02/ sudo ln -s /usr/java/jre1.5.0_02/bin/java /usr/bin/java sudo ln -s /usr/java/jre1.5.0_02/bin/java_vm /usr/bin/java_vm sudo cp /etc/bash.bashrc /etc/bash.bashrc_backup sudo gedit /etc/bash.bashrc e aggiungi queste righe alla fine del file JAVA_HOME=/usr/java/jre1.5.0_02 export JAVA_HOME PATH=$PATH:$JAVA_HOME/bin export PATH
__________________
«Eccomi là: cioè, Alex e i miei tre drughi. Cioè Pete, George e Dim. Ed eravamo seduti nel Korova Milk Bar arrovellandoci il gulliver per saper cosa fare della serata. Il Korova Milk Bar vende più o meno latte rinforzato con qualche droguccia mescalina che è quello che stavamo bevendo. E' roba che ti fa robusto e disposto all'esercizio dell'amata ultraviolenza.» |
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Apr 2003
Messaggi: 6479
|
Scusami ma quale file? sono alle prime armi. Potresti dirmi che faccio in questo modo? grazie
|
![]() |
![]() |
![]() |
#6 | |
Senior Member
Iscritto dal: May 2004
Città: Apulia
Messaggi: 2438
|
Quote:
__________________
«Eccomi là: cioè, Alex e i miei tre drughi. Cioè Pete, George e Dim. Ed eravamo seduti nel Korova Milk Bar arrovellandoci il gulliver per saper cosa fare della serata. Il Korova Milk Bar vende più o meno latte rinforzato con qualche droguccia mescalina che è quello che stavamo bevendo. E' roba che ti fa robusto e disposto all'esercizio dell'amata ultraviolenza.» |
|
![]() |
![]() |
![]() |
#7 |
Senior Member
Iscritto dal: Apr 2003
Messaggi: 6479
|
Sul sito di azureus ho trovato questo
To get Azureus to start on linux you need to download SWT (bottom of the page). Make sure you choose the right version, GTK or Motif (cf. PS). Extract the contents of the zip file somewhere, then move all .jar files and .so files to the same directory as Azureus.jar. Then run it with the following command line: java -cp swt.jar:Azureus2.jar -Djava.library.path=. org.gudy.azureus2.ui.swt.Main If you extracted SWT to another directory, change the paths in the command line accordingly. If you would rather use .tar.gz2, it's this way : Azureus for Linux. PS: are you experiencing GUI freezes? If you are running Azureus from eclipse, try without it. If not, try with SWT-Motif instead of GTK. And don't forget the HOW TO guide... Che differenza c'è tra motif e gtk? |
![]() |
![]() |
![]() |
#8 |
Senior Member
Iscritto dal: Nov 2003
Messaggi: 2950
|
anche io vorrei installare azures, ho mandriva 10.2, c'è qualche procedura in particolare da fare?
__________________
ASRock 939Dual-Sata2 (305mhz ![]() ![]() ![]() |
![]() |
![]() |
![]() |
#9 |
Senior Member
Iscritto dal: Jan 2004
Città: Torino
Messaggi: 826
|
Se non ricordo male l'ho scaricato e basta...
Il file GTK (che devono essere installate) in formato tar.bz2...estratto e lanciato ./azureus (o click se preferite). Fine. |
![]() |
![]() |
![]() |
#10 | |
Senior Member
Iscritto dal: Apr 2003
Messaggi: 6479
|
Quote:
|
|
![]() |
![]() |
![]() |
#11 |
Senior Member
Iscritto dal: Jan 2004
Città: Torino
Messaggi: 826
|
Devi installare le librerie GTK, altrimenti come fa ad andare la versione GTK?
leggi: Exception in thread "main" java.lang.UnsatisfiedLinkError: /root/Desktop/azureus/libswt-pi-gtk-3106.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory Cercati l'rpm (leggo che hai Red Hat) su rpmfind.net o rpm.pbone delle GTK per la tua distro e installa, poi lanci Azureus. |
![]() |
![]() |
![]() |
#12 | |
Senior Member
Iscritto dal: Apr 2003
Messaggi: 6479
|
Quote:
|
|
![]() |
![]() |
![]() |
#13 |
Senior Member
Iscritto dal: Apr 2003
Messaggi: 6479
|
Tutto fatto, mancavano proprio quelle.
|
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 05:05.