LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-08-2004, 05:52 PM   #1
zoe182
LQ Newbie
 
Registered: Feb 2004
Posts: 19

Rep: Reputation: 0
Please help :(


I am so completely frustrated with Linux. I've only had it a few days now, and I love it.. but It's frustrating learning an OS all over again. If anyone can help me follow these simple linux install instructions... please reply. Ill do anything!

1) Install JRE from here

You don't need the SDK unless you're a programmer.
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


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




I've spent like 2 days trying to figure this out, and i know it's completely simple probably... and i'd spend more time on it, but i didnt think it'd take this long, and i need to download my school books.

Add me to msn if you'd like..

charmed0rz@hotmail.com

are we allowed to post emails on this board?? :S
 
Old 02-08-2004, 05:59 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
ok is it possible for you to elaborate on this ?
cause you basically posted a step by step process, so what i would like to ask you, did you even try to do any of it yet ?
if not, what are you stuck on?
if so, what errors are you getting, or what isn't it doing that you are expecting it to do ?

i assume since you say you spent 2 days trying to figure it out, that you would have at least typed something
 
Old 02-08-2004, 06:04 PM   #3
zoe182
LQ Newbie
 
Registered: Feb 2004
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by DrOzz
ok is it possible for you to elaborate on this ?
cause you basically posted a step by step process, so what i would like to ask you, did you even try to do any of it yet ?
if not, what are you stuck on?
if so, what errors are you getting, or what isn't it doing that you are expecting it to do ?

i assume since you say you spent 2 days trying to figure it out, that you would have at least typed something

Sorry about that. lol.. yeah I have tried it myself, i just don't really understand anything whatsoever on linux. Basically I am stuck on the extracting part. I assumed archive is extract so i just went on pretending i knew what i was doing (guessing basically) and.. so i am stuck on
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.


...assuming extract = archive.

BUT i also couldn't get step 1 to work at all, so i also need help on that one. :S

I just don't know the first step to installing on this new oS. :S
 
Old 02-08-2004, 06:07 PM   #4
zoe182
LQ Newbie
 
Registered: Feb 2004
Posts: 19

Original Poster
Rep: Reputation: 0
here

Here is the site with the instructions, so if you wanted to see where the links went to.

http://azureus.sourceforge.net then i went to linux at the side.
 
Old 02-08-2004, 07:48 PM   #5
aclaunch
Member
 
Registered: Sep 2003
Posts: 91

Rep: Reputation: 15
No, you have to follow the directions as given on the Azureus site:


1) Have you downloaded Azureus? Where is it? ie /home/ your name/Azureus..

2) Open a terminal window

3) Type "tar xvjf /home/your name/Azureus.XX.bz2" substitute the actual name and path to Azureus.

4) hit Enter

5) the archive (bz2 is an archive format, like zip in Windows) will decompress and now there will be a new directory named Azureus -something.

6) change to that directory type "cd Azureus -something" then hit Enter

7) type ./azureus the hit Enter and it should run.


As for the JRE, it should already be installed. Type "which java" in a terminal window. This should tell you which java is being seen and the path. If nothing comes up, then try "locate j2re" (as root) and this should tell you where java is.

Good Luck
Alan
 
Old 02-08-2004, 08:25 PM   #6
zoe182
LQ Newbie
 
Registered: Feb 2004
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by aclaunch
No, you have to follow the directions as given on the Azureus site:


1) Have you downloaded Azureus? Where is it? ie /home/ your name/Azureus..

2) Open a terminal window

3) Type "tar xvjf /home/your name/Azureus.XX.bz2" substitute the actual name and path to Azureus.

4) hit Enter

5) the archive (bz2 is an archive format, like zip in Windows) will decompress and now there will be a new directory named Azureus -something.

6) change to that directory type "cd Azureus -something" then hit Enter

7) type ./azureus the hit Enter and it should run.


As for the JRE, it should already be installed. Type "which java" in a terminal window. This should tell you which java is being seen and the path. If nothing comes up, then try "locate j2re" (as root) and this should tell you where java is.

Good Luck
Alan


WOW! Miraculously I got to step 7 lol When i typed that in, nothin happened... well it brought up somethin that says..


[mysti@ip68-103-35-117 azureus]$ ./azureus
Attempting to start systray4j KDE daemon...
Starting for first time: attempting to compile and link...
g++ -DQT_THREAD_SUPPORT -I /usr/lib/qt3/include -I /opt/kde3/include -c -o sys
tray4jd.o systray4jd.cpp
make: g++: Command not found
make: *** [systray4jd.o] Error 127
Compile and link FAILED: to fix, please read /home/mysti/azureus/systray4jdaemon
Attempting to start Azureus...
Exception in thread "main" java.lang.NoClassDefFoundError: while resolving class
: org.gudy.azureus2.core3.security.impl.SESecurityManagerImpl
at java.lang.ClassLoader.resolveClass0(java.lang.Class) (/usr/lib/libgcj.so.4
.0.0)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.4.0.0)
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.4.0.0)
at org.gudy.azureus2.core3.security.SESecurityManager.initialise() (Unknown S
ource)
at org.gudy.azureus2.core3.config.impl.ConfigurationChecker.setSystemProperti
es() (Unknown Source)
at org.gudy.azureus2.core3.config.COConfigurationManager.setSystemProperties(
) (Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(java.lang.String[]) (Unknown Source)
Caused by: java.lang.ClassNotFoundException: javax.net.ssl.KeyManagerFactory not found in [file:systray4j.jar, file:swt-mozilla.jar, file:swt.jar, file:swt-gtk. jar, file:Azureus2.jar, file:/usr/share/java/libgcj-3.3.1.jar, file:./, core:/]
at java.net.URLClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.4. 0.0)
at gnu.gcj.runtime.VMClassLoader.findClass(java.lang.String) (/usr/lib/libgcj .so.4.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgc j.so.4.0.0)
at _Jv_FindClass(_Jv_Utf8Const, java.lang.ClassLoader) (/usr/lib/libgcj.so.4. 0.0)
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.4.0.0)
at _Jv_BytecodeVerifier.type.compatible(_Jv_BytecodeVerifier.type&, _Jv_Bytec odeVerifier) (/usr/lib/libgcj.so.4.0.0)
at _Jv_BytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj.so.4.0.0)
at _Jv_VerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.4.0.0)
at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.4.0.0)
at java.lang.ClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.4.0. 0)
at java.lang.ClassLoader.resolveClass0(java.lang.Class) (/usr/lib/libgcj.so.4 .0.0)
...6 more
 
Old 02-08-2004, 10:00 PM   #7
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
FYI - in the future, please use a more descriptive title than just "Please Help". Super vague/generic titles like that are useless. If you provide a title that adequately describes the problem you're encountering, I can guarantee that a lot more people will take the time to look at it. A title of "Please Help" is sort of like taking your car to a mechanic and saying "I think something's wrong with my car", which isn't helpful at all. On the other hand, if you said, "The passenger-side headlight is burned out" or "The car seems to pull to the left when I'm braking", the mechanic will be able to give you much better advice, and faster. -- J.W.
 
Old 02-09-2004, 08:15 AM   #8
aclaunch
Member
 
Registered: Sep 2003
Posts: 91

Rep: Reputation: 15
Have you done the rest of the suggestions?

"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"

Alan
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration