Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   Redhat 7.3/LimeWire install (https://www.gnutellaforums.com/general-linux-support/15796-redhat-7-3-limewire-install.html)

lazy September 22nd, 2002 11:36 PM

Redhat 7.3/LimeWire install
 
I've managed to install java, but b4 I can install LimeWire I have to:
export PATH="/usr/java/jre/bin":$PATH
and then LimeWire installs. Then I can run LimeWire with command:
sh runLime.sh
But I am having to run the:
export PATH="/usr/java/jre/bin":$PATH
command each time I want to startup LimeWire.
I have added:
export PATH="/usr/java/jre2/bin":$PATH to etc/rc.local, is there anything else I need to do?

Would appreciate some help.

lazy September 24th, 2002 07:31 PM

well after abit of looking round I decided in trying this to solve my porblem.
I added sh script to /etc/local/profile.d

#!/bin/sh
echo "Starting Java..."
export PATH="/usr/java/jre/bin":$PATH
echo "Done..."

# and saved it as java.sh
# still have to run LimeWire with
sh runLime.sh
# in LimeWire directory


All times are GMT -7. The time now is 01:47 AM.

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.