PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Installierte Software ausführen??


kerthi
2004-06-19, 21:47:25
Hab mir grad azureus (BT Client installiert) hat auch funktioniert!
Jetzt hab ich das Prog aber geschlossen und finde es nicht mehr :-(

Er hat keinen eintrag im Menü gemacht. Wie kann ich das von der shell starten? gibts da einen standardpfad wo das liegt?

greez kerthi

Exxtreme
2004-06-19, 22:38:34
Hmmm, normalerweise liegen die Programme unter /usr/bin.

Xanthomryr
2004-06-19, 23:11:06
Wenn es ein tarball war wohin hast du den denn entpackt?
In das Verzeichnis cden und mit ./azureus starten.
Evt. klappt's auch mit Ausführen > azureus
Quelle (http://azureus.sourceforge.net/howto_linux.php)

1) Install JRE from here.

2) Extract latest linux package (choice of GTK or Motif) from here

To extract the program files from the package, type
tar xvjf Azureus_x.x.x.x_linux...tar.bz2 where Azureus_x.x.x.x_linux...tar.bz2 is the name of the downloaded package.

3) Change to the azureus directory and run ./azureus to start

cd azureus
./azureus

If you get an error message, or want to configure the java exec path, just open the azureus script file with your favorite text editor and edit the given configuration options.

If Azureus does not show up after a minute, you can try starting it manually:
GTK:
java -cp swt.jar:swt-pi.jar:systray4j.jar:Azureus2.jar -Djava.library.path=./ org.gudy.azureus2.ui.swt.Main
Motif:
java -cp swt.jar:systray4j.jar:Azureus2.jar -Djava.library.path=./ org.gudy.azureus2.ui.swt.Main