Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   SOLUTION: make lime 1.7 use sun's JAVA (https://www.gnutellaforums.com/general-linux-support/4052-solution-make-lime-1-7-use-suns-java.html)

RaTao September 28th, 2001 09:38 AM

SOLUTION: make lime 1.7 use sun's JAVA
 
the java errors means that you're using ANOTHER jre other than the one from SUN.

I couldn't find my way though the LimeWire17 script, so I made a simple one that will run locally, at least.

set myJrePath to the path where you have sun's jre instaled;
set myLimePath to your LimeWire directory.

good luck,
ratao aka nuno silva

(don't forget to chmod 755 this script)

#!/bin/sh
# set the SUN's JRE PATH
myJrePath=/usr/local/jre1.3.1
# set the LIME install PATH
myLimePath=~/LimeWire

cd $myLimePath
$myJrePath/bin/java -cp $myLimePath/collections.jar:\
$myLimePath/LimeWire.jar:\
$myLimePath/.:\
$myLimePath/swing.jar:\
$myLimePath/lax.jar com.zerog.lax.LAX $myLimePath/LimeWire17.lax


All times are GMT -7. The time now is 01:33 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.