LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Azureus Install Help (https://www.linuxquestions.org/questions/linux-newbie-8/azureus-install-help-270991/)

ekips_zbuhc 12-27-2004 10:09 PM

Azureus Install Help
 
I need help installing Azureus I dont understand the instructions please help. very new to linux need lots of help


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:Azureus2.jar -Djava.library.path=./ org.gudy.azureus2.ui.swt.Main
Motif:
java -cp swt.jar:Azureus2.jar -Djava.library.path=./ org.gudy.azureus2.ui.swt.Main

4) Please give feedback, if any exceptions were thrown.

scuzzman 12-28-2004 12:52 AM

download the Azureus file
Azuresu_x.x.x...tar.bz2
upzip it
Code:

tar -xjvf Azureus...tar.bz2
cd to teh newly created azureus direcory
Code:

cd azureus
and launch it
Code:

./azureus
there should be nothing else that needs done.

heema 12-28-2004 01:44 AM

but you should have Java installed first , if u dont have it

student04 12-28-2004 01:49 AM

http://java.sun.com/j2se/1.4.2/download.html

Under J2SE v 1.4.2_06 JRE, click on Download J2SE JRE to download the java runtime environment, which will enable you to run azureus and any other java program.


All times are GMT -5. The time now is 09:55 AM.