![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Search | Today's Posts | Mark Forums Read |
General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
| |||
![]() I have Mandrake 8.0, and when I try to run the runlime.sh file in the directory I installed to - /home/myname/LimeWire, I get the line runlime.sh: java: command not found. Did I install the Java wrong?? I put Java in both /usr/local and /usr/java. I am a Linux newbie, so any help I could get would be appreciated. |
| |||
![]() You need to add the java command to your path. I am not good at explaing this, but it has something with modifying your startup bash files to include java as a terminal command. I'll see if I can find a good link for this. |
| |||
![]() These might be of interest. The first one is another thread from these message boards, and another one is the Link Sherrie so gracefully provided. Hope this helps! :-) http://www.gnutellaforums.com/showth...&threadid=2904 http://www.linux.org/docs/ldp/howto/mini/Path-3.html |
| |||
![]() I had no trouble changing my $PATH variable to include the java directory, it's as easy as issuing the following command: PATH=$PATH:/usr/java/jre1.3.1/bin/ I was however unable to EXPORT my $PATH variable (meaning, whenever I closed the terminal/rebooted/etc my $PATH variable would return to it's original state). I also use Mandrake (but i'm using version 8.1 beta 2) and I think it's a bug or something. Anyways, I got it to work by creating a symbolic link to java in one of the directories listed in the $PATH variable. How did I do that? Well, since I am a Linux newbie, I actually had a little trouble with it. First i searched for java by using the following command: whereis java That would tell me which directory java was installed in (from what I read, I believe java is located in "/usr/java/jre1.3.1/bin/" for your system). Then I issued the following command: echo $PATH That will display all of the directories in the $PATH variable (which are all separated by a colon) Then I picked of those directories and made it the current directory. Then I created the symbolic link by issueing the following command: ln -s /usr/java/jre1.3.1/bin/java java This should work IF 1. /usr/java/jre1.3.1/bin/ is the directory where java is located 2. You issued the command while in a directory which is in your $PATH environment variable. Hope that helps. If you find out how to export an environment variable so that it's value is saved, please let me know. |
![]() |
Thread Tools | |
Display Modes | |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Install on Mandrake | stimulantdesignscom | General Linux Support | 9 | December 19th, 2004 03:07 PM |
Limewire install problems in linux mandrake 9 | intruser | General Linux Support | 7 | February 23rd, 2003 08:56 AM |
LimeWire install on Mandrake for newbies | jed44 | General Linux Support | 0 | January 21st, 2003 09:38 PM |
Cant install in Mandrake 8 | Tae Kwon Do | General Linux Support | 5 | July 30th, 2001 06:54 AM |
install LimeWire 1.6 under Mandrake 8 | pajot | General Linux Support | 0 | July 22nd, 2001 09:52 AM |