View Single Post
  #16 (permalink)  
Old December 19th, 2001
DancesWithWords
Guest
 
Posts: n/a
Default Re: Re: !!! FIX !!!

Quote:
Originally posted by Unregistered

that's a lie... i'm using red hat 7.1... but oh well... the fix worked!!! you're a god man .. thanks.. now maybe i can get away from crap filesharin programs.. i hope limewire was worth it's trouble .. thanks again dude

-HyPeR
This is what is in my runlime.sh file to get 1.8c to work on SuSE 7.2

#!/bin/sh
#
# Runs LimeWire. This script must be executed in your LimeWire
# install directory.
#
# We must set the J2SE_PREEMPTCLOSE environment variable to 1 to
# work around some limitations in the JDK1.3. For more information
# see http://java.sun.com/j2se/1.3/relnotes.html#vm
#
J2SE_PREEMPTCLOSE=1; export J2SE_PREEMPTCLOSE
ulimit -s 2048
/usr/lib/jre1.3.1_01/bin/java -classpath java -jar RunLime.jar . RunLime


Thank to the poster for the "ulimit" fix.

DancesWithWords
Reply With Quote