LinuxQuestions.org
Visit Jeremy's Blog.
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 09-22-2004, 01:32 PM   #1
fng_#1
Member
 
Registered: Sep 2004
Location: Delaware
Distribution: Mandrake 10. + SuSe 9.1
Posts: 46

Rep: Reputation: 15
Limewire install


ok here it goes......

I am not sure if it is ok to ask this but....

can anybody give a linux rookie a couple of beginnig steps to install limewie from a tgz fil?

thanks in adv.
 
Old 09-22-2004, 01:45 PM   #2
mikedeatworld
Member
 
Registered: Nov 2003
Location: Farmington Michigan
Distribution: UBUNTU - Slackware - SuSE 9.1 - Knoppix - Fedora
Posts: 828

Rep: Reputation: 30
This has been asked many times:

http://www.linuxquestions.org/questi...der=descending


make sure you have Java installed on your machine.

in console type:

java

if you don't then install java from www.java.sun.com

if you dont have java, Limewire probably won't install


unpack by typing:

gunzip yourfile.gz

then to extract the .tar

tar -xf yourfile.tar

you should then find a directory named LimeWire or something like that

you need to make sure the file LimeWire is executable

chmod a+x LimeWire

then to execute this file and install

type ./Limewire


http://limewire.com/ may have doc's too


let us know if you need any other help...

Last edited by mikedeatworld; 09-22-2004 at 01:48 PM.
 
Old 09-22-2004, 02:07 PM   #3
fng_#1
Member
 
Registered: Sep 2004
Location: Delaware
Distribution: Mandrake 10. + SuSe 9.1
Posts: 46

Original Poster
Rep: Reputation: 15
Talking

thanks man that was helpful as all heck.....

even though I might have been extremely repetitive

cheers to ya...
 
Old 09-22-2004, 03:03 PM   #4
fng_#1
Member
 
Registered: Sep 2004
Location: Delaware
Distribution: Mandrake 10. + SuSe 9.1
Posts: 46

Original Poster
Rep: Reputation: 15
ok I have installed java however it still says that it is not installed

there is a src.zip file in the folder it installed to a gunzip will not do anything to it

what should I do next

Thanks in advance...
 
Old 09-22-2004, 04:59 PM   #5
fng_#1
Member
 
Registered: Sep 2004
Location: Delaware
Distribution: Mandrake 10. + SuSe 9.1
Posts: 46

Original Poster
Rep: Reputation: 15
Talking

I know this may be "off-sides" by posting this many times in-a-row

But.....

I have installed java like I had just wrote and it does work on the web ( i made a virtual link in my mozilla-1.2.1/plugins) but it still says "java.compiler=none"
why is that and what can I do to fix it

I am running redhat 9 on a compaq notebook and I am running out of steam with this problem

Thank you in adv.
 
Old 09-22-2004, 06:11 PM   #6
mikedeatworld
Member
 
Registered: Nov 2003
Location: Farmington Michigan
Distribution: UBUNTU - Slackware - SuSE 9.1 - Knoppix - Fedora
Posts: 828

Rep: Reputation: 30
about me saying that the question has been asked many times...i was one of them. but i soon learned that this forum is a wealth of knowledge.

what happens if you type the command

'java' without quotes in command line?

also, if java works and you are happy with it just working in a browser, i may want to recommend trying to install gtk-gnutella versus LimeWire...


hope i could help...
 
Old 09-23-2004, 01:45 AM   #7
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
Jave has to be added to your path. So say, you installed java to /usr/java/j2re1.4.2 you would edit the file /home/yourname/.bashrc

and add these lines to the bottom of the file.

PATH=$PATH:/usr/java/j2re1.4.2/bin
export PATH

Yes, the bin at the end of the path is supposed to be there, it is a subfolder of where you installed java that contains javas binaries. I had this same problem and this solved it. Make sure the above PATH is the same as where you have java installed. Post back if you have more troubles.
 
Old 09-23-2004, 03:49 AM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You can take a look at this article on linux.org.zw . It walks you through the process of installing java and a limewire *bin file.
 
Old 09-23-2004, 01:04 PM   #9
fng_#1
Member
 
Registered: Sep 2004
Location: Delaware
Distribution: Mandrake 10. + SuSe 9.1
Posts: 46

Original Poster
Rep: Reputation: 15
I have edited my .bash_profile and my .bashrc file and it still won't find java hmmmmm maybe limewaire and myself just were not ment to be........nah just kiddin I have to get this to work, its drivin me nuts!!!

Thanks again
 
Old 09-23-2004, 02:28 PM   #10
craigs1987
Member
 
Registered: May 2004
Location: England
Distribution: SuSE linux 10.0 OSS
Posts: 78

Rep: Reputation: 15
Is it saying that you have to have a VM running when you execute the script in the command line? If it is, log in as root and run the installer from there.

Craig.
 
Old 09-23-2004, 04:53 PM   #11
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
Is the path pointing to the bin/ folder inside your Java installation folder or just to your Java folder? Try installing a different release of Java.
 
Old 09-23-2004, 08:15 PM   #12
fng_#1
Member
 
Registered: Sep 2004
Location: Delaware
Distribution: Mandrake 10. + SuSe 9.1
Posts: 46

Original Poster
Rep: Reputation: 15
OK I have gotten a bit further.......I think

this time when i edited .bash_profile it says

"invocation of this java application has caused a InvocationTargetException"

should I have edited a .bash_profile while in a specific directory

must I be logged in as rroot-and-I read about needing a CLASSPATH somewhere does anyone know if that is necessary

thanx to everyone and anyone else who will / has replied
 
Old 09-23-2004, 08:24 PM   #13
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
When I did it i didn't touch the bash_profile file, I just edited .bashrc that is right in ur home folder and put in what I said in one of my earlier posts. Try taking out all of the changes you have made to bash_profile and then doing what I said and post back what has happened. Also, back up your current bash_profile incase I am wrong so you can easily restore all the changes you have made.
 
Old 09-23-2004, 09:18 PM   #14
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
here is an example of my .bash_profile

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME

export PATH=$PATH:/usr/java/j2sdk1.4.2_05/bin
export PATH=$PATH:/usr/java/j2sdk1.4.2_05/jre/bin

I added the two lines below and LimeWire installed and worked fine. You may also need to add them to to roots .bash_profile as well, in case you need to install other apps as root, that have a dependency on java.
 
Old 09-28-2004, 11:27 AM   #15
mikedeatworld
Member
 
Registered: Nov 2003
Location: Farmington Michigan
Distribution: UBUNTU - Slackware - SuSE 9.1 - Knoppix - Fedora
Posts: 828

Rep: Reputation: 30
try gtk-gnutella if you cant get java to work...
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Limewire install jordan023 Linux - Newbie 8 10-14-2005 02:39 PM
Limewire install MRDucks Mandriva 14 09-28-2005 09:50 AM
How do i install LimeWire? gt500 Linux - Software 4 09-20-2005 09:24 PM
[SOLVED] LIMEWIRE Install notres Linux - Software 3 12-25-2004 01:48 PM
How Do I Install LimeWire? Please Help! Shawn_230 Linux - Software 4 04-13-2003 03:41 PM

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

All times are GMT -5. The time now is 11:16 PM.

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