LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 07-01-2004, 06:53 PM   #1
Kylesun
Member
 
Registered: Jun 2004
Distribution: Mandrake Linux 10.0
Posts: 38

Rep: Reputation: 15
Lime WIre


I download it, and then go to where I saved it, open up a terminal and type

sh ./LimeWireLinux.bin

And then it says that I need to install a VM prior to running this program. I heard somewhere that VM stands for Virtual Machine?. So what exactly is a VM and how do I get one?


Thanks
-Kyle
 
Old 07-01-2004, 09:10 PM   #2
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
You need to install Java, as LimeWire is written in java.

Download it from java.sun.com, and install it according to the instructions there.
Make sure java is in your path, and set the CLASSPATH variable.

Then try installing LimeWire, and it should work.

I hope this helps
--Ian
 
Old 07-01-2004, 09:40 PM   #3
Kylesun
Member
 
Registered: Jun 2004
Distribution: Mandrake Linux 10.0
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Make sure java is in your path, and set the CLASSPATH variable.
I would if I knew HOW to do that.




Thanks
-Kyle
 
Old 07-01-2004, 10:55 PM   #4
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
After installing java, do the following.

To add java to your path:
Add the following to your ~/.bash_profile
Code:
PATH=/usr/local/java/bin:$PATH
export PATH
where you have installed java in /usr/local/java.

To set your CLASSPATH, add the following line to your ~/.bash_profile
Code:
CLASSPATH=/usr/local/java/lib
export CLASSPATH
After you have added these lines to .bash_profile, type
Code:
source ~/.bash_profile
You should now be able to install LimeWire
 
Old 07-02-2004, 01:29 AM   #5
Kylesun
Member
 
Registered: Jun 2004
Distribution: Mandrake Linux 10.0
Posts: 38

Original Poster
Rep: Reputation: 15
I am trying to install it to usr/local/ but it won't let me.. I don't have access, how do I make it so I can write to these files and folders?



Thanks
-Kyle
 
Old 07-02-2004, 01:41 AM   #6
kaega2
Member
 
Registered: Sep 2003
Location: Ontario, Canada
Distribution: Gentoo 2004.3
Posts: 195

Rep: Reputation: 30
First of all, I just want to say, there's a forum at limewire's site that walks you through this whole process

Second, the reason you can't install it under /usr/local is probably because you're not logged in as root. You log in as root simply typing in "su" and then pressing return. You will be asked for your password, you enter your password and press return. The prompt should change to this "[root@localhost /]#" or something very similar.

Just follow the steps given to you by the other people here. If you get an error when typing in "source ~/.bash_profile" then just restart your computer and don't worry about typing it in. After you've done this limewire will install without a problem.
 
Old 07-02-2004, 02:02 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
just use a decent *NATIVE* client and forget all this nonsense.... http://gtk-gnutella.sf.net http://gift.sf.net
 
Old 07-02-2004, 02:40 AM   #8
Kylesun
Member
 
Registered: Jun 2004
Distribution: Mandrake Linux 10.0
Posts: 38

Original Poster
Rep: Reputation: 15
ahaha, yay! I got LimeWire installed and downloaded some music already, works great . Thanks IBall and kega2.
 
Old 07-02-2004, 04:04 AM   #9
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
That's great.. I missed this thread til now... I just got limewire going as well, had extra trouble as I didn't realize that kaffe was installed on the\is sytem and it was screwing things up... I use gtk-gnutella mostly, but limewire is a little different and sometimes gets better results on some searches, and it allows you to browse a host and chat, etc...
 
Old 07-04-2004, 06:23 AM   #10
Kylesun
Member
 
Registered: Jun 2004
Distribution: Mandrake Linux 10.0
Posts: 38

Original Poster
Rep: Reputation: 15
Holy shit.

I had to resinstall Linux because someone had me do somthing that was wrong and totaly messed stuff up and I forgot to make a backup file .. blah blah. So I am trying to install Java again, and I did everything just exactly the same as I did before, download it, chmod it, 'sh j2re-1_4_2_04-linux-i586-rpm.bin' agree to the shit, it makes the rpm file, I install the rpm file, it makes /usr/java/j2re-1_4_2_04, I edit ~/.bash_profle and add the shit as the guy said above, type source ~/.bash_profile, restart my computer just to be sure.. it reboots, I go into terminal and type sh LimeWireLinux.bin.. and I get the following shit.

Code:
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.IllegalAccessError: com/zerog/ia/installer/util/ClassInfoManager$InfoPiece.<init>
   at com.zerog.ia.installer.Main.a (source file unknown)
   at com.zerog.ia.installer.Main.main (source file unknown)
   at java.lang.reflect.Method.invoke0 (Method.java)
   at java.lang.reflect.Method.invoke (Method.java:255)
   at com.zerog.lax.LAX.launch (source file unknown)
   at com.zerog.lax.LAX.main (source file unknown)
This Java Application has encountered an unexpected error and will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundError: javax/swing/JDialog
   at com.zerog.lax.LAX.launch (source file unknown)
It says source file unkown.. but I type source ~/.bash_profile, restarted my computer.. I don't get why it's not working now.. but it worked with no problems at all befor...

Can someone help me on this real fast?

Thanks
-Kyle

Last edited by Kylesun; 07-04-2004 at 06:24 AM.
 
Old 07-04-2004, 06:51 AM   #11
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Smile

Are you trying to install it as root or normal user? Install java edit your path and try the following, su -c "./LimeWireLinux.bin" . I used to have a similar problem on Mandrake and running the install as root (and installing LimeWire globally) worked. If it doesn't work first time round add the path to both root and the normal users path, log out and login again as normal user and run the above command again in the folder you downloaded LimeWire. You may want to try the updated java runtime or sdk coz your version is not the newest from http://java.sun.com .

Last edited by reddazz; 07-04-2004 at 02:02 PM.
 
Old 07-04-2004, 12:36 PM   #12
kaega2
Member
 
Registered: Sep 2003
Location: Ontario, Canada
Distribution: Gentoo 2004.3
Posts: 195

Rep: Reputation: 30
I would suggest that you try installing with the self extracting file rather then using the rpm. The rpm is usually designed to work with red hat. I've had similar problems installing rpm's on red hat.

Rule of thumb with mandrake is... if you have the mandrake rpm, install that, if not, install from source.
 
Old 07-05-2004, 02:54 AM   #13
Kylesun
Member
 
Registered: Jun 2004
Distribution: Mandrake Linux 10.0
Posts: 38

Original Poster
Rep: Reputation: 15
I dunno what happend but I just went to install LimeWire again and it worked.. hmm, w/e, it's all good, haha.
 
  


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
Lime Wire problem!!! sixgauge Mandriva 8 06-02-2007 06:52 PM
Lime Wire Ports Kendo1979 Linux - Networking 6 11-29-2005 07:18 PM
Help Trying To Install Lime Wire lil213 Linux - Software 4 05-10-2004 11:36 AM
Lime wire iainvt Linux - Software 3 05-10-2004 10:32 AM
Lime Wire won't close trinbellwoods Linux - Software 1 09-22-2003 12:35 AM

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

All times are GMT -5. The time now is 06:54 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