Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   Newbie - Don't Know What To Do!!! (https://www.gnutellaforums.com/general-linux-support/13333-newbie-dont-know-what-do.html)

Unregistered July 7th, 2002 08:09 PM

Newbie - Don't Know What To Do!!!
 
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.

Bobo the Red July 11th, 2002 08:04 PM

I can help
 
<<<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.

Unregistered August 24th, 2002 04:21 AM

a different noob this time :D

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.

Unregistered September 9th, 2002 12:46 PM

how do you modify the bash?

Unregistered September 9th, 2002 04:47 PM

bash
 
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.

Doogie September 14th, 2002 03:08 PM

bash
 
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!


All times are GMT -7. The time now is 02:50 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.