Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > LimeWire+WireShare (Cross-platform) > Technical Support > General Linux Support
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
Prev Previous Post   Next Post Next
  #4 (permalink)  
Old November 5th, 2001
twist's Avatar
Bum
 
Join Date: September 19th, 2001
Location: No fixed abode
Posts: 45
twist is flying high
Smile Path

In order for bash for find the java program it has to know where to look for it. You can list directories to be searched for programs in the PATH environment variable. Whenever you try to run a program, bash looks at this variable and searches the directories listed trying to find a match. If one is found, that program is run. You can set the PATH in either the ~/.bash_profile or /etc/profile configuration files. ~/.bash_profile is specific to your user while /etc/profile is a system wide configuration.

You need to append the directory where your java program lives on to this PATH list. Here's an example (from my system) of setting the PATH:

PATH=$PATH:$HOME/bin:/usr/java/jdk1.3.1/bin

On my system it's /usr/java/jdk1.3.1/bin. Yours will be different! You have to find the java bin directory on your system. It'll be something like /usr/java/jre1.3.1/bin but check to make sure.

To edit either /etc/profile or ~/.bash_profile just open them in a text editor and find the existing PATH= line (there probably is one) and add :/yourjavadirhere on to the end of it. Note that each entry in the PATH line is separated by a colon.

Then make sure PATH appears in an export line further on in the file. PATH may be on it's own or with other variables, it doesn't matter. eg

export PATH

Save the file. Log out, log back in, and test everything by opening a terminal and typing:

java -version

You should see the java version information. And that's it! Try to fire up LimeWire!

There have been many posts in this forum on this topic. If you have any trouble try reading some of those. Some have links to good sites with information on the PATH variable.

Last edited by twist; November 5th, 2001 at 04:20 AM.
Reply With Quote
 

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Argh Plz Help Lestats-Gurl Chat - Open Topics - The Lounge 2 September 18th, 2006 09:37 AM
argh! kissmeimconfused Connection Problems 1 June 17th, 2005 12:33 PM
Argh! VixyChic Download/Upload Problems 2 August 21st, 2004 08:29 PM
ARGH! AVI, Requery Sent AssassinOfGates Download/Upload Problems 1 August 22nd, 2002 07:37 AM
argh lazy_chango Connection Problems 0 July 5th, 2001 09:14 AM


All times are GMT -7. The time now is 11:53 AM.


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

Copyright © 2020 Gnutella Forums.
All Rights Reserved.