![]() |
|
|||||||
| Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
| 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.) |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am a complete newbie with Linux-Mandrake and Linux all together. I have downloaded the installation .bin file and have no clue as what to do with it. Please HELP!!! Have had linux about a week and no documentation, so am seeking help.
|
|
#2
|
||||
|
||||
|
<<<Enter hero theme>>>
just kidding.... I'm new to linux too... but I do know that you need to go to the shell .... then go to the limewire directory ... type sh ./LimeWireLinux.bin ... and it will install if you have a JVM installed ... but then that's why I'm here. |
|
#3
|
|||
|
|||
|
a different noob this time
![]() I know for a fact that mandrake (8.2) doesn't come with j2re, you'll have to download and install that first (java.sun.com), then you'll have to modify your .bash_profile so it can find it. Otherwise when you try to install you'll just get a bunch of errors. |
|
#4
|
|||
|
|||
|
how do you modify the bash?
|
|
#5
|
|||
|
|||
|
Open .bash_profile in your favorite editor such as vi or gedit and add these lines.
PATH=$PATH:/usr/local/j2sdk1.4/bin export PATH Replace /usr/local/j2sdk1.4/bin with the directory where you installed your SDK. You can test it by running ". .bashprofile" or "source .bash_profile" (don't type the quotes) or opening a new shell. Then type "java -version" to make sure it's running Sun's 1.4 runtime and not Kaffe or Blackdown. If it's not Sun's version, type "which java" and rename that java binary, then test it again. If you want the SDK bin directory in the path for all users on your computer, edit /etc/profile as root and add PATH=$PATH:/usr/local/j2sdk1.4/bin to the file. Then you don't need the entry in .bash_profile. |
|
#6
|
|||
|
|||
|
PATH=$PATH:/usr/local/j2sdk1.4/bin ;
export PATH all that was missing was the "semi colon" to add the directory to your PATH. Then you can type "echo $PATH" to see if the directory was added! |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newbie Help | rzantor | General Windows Support | 0 | December 27th, 2005 05:44 PM |
| Newbie (day 2) can't seem to get PRO?? | oldbamaguy | Download/Upload Problems | 3 | December 2nd, 2005 10:30 AM |
| Another newbie | stevekicker | Open Discussion topics | 1 | May 18th, 2005 02:01 PM |
| Newbie | tbird28 | Open Discussion topics | 1 | January 26th, 2003 09:02 AM |
| Can anyone help this Newbie? | hayndiamond | General Gnutella / Gnutella Network Discussion | 2 | May 15th, 2002 03:46 AM |