View Single Post
  #3 (permalink)  
Old July 11th, 2003
visor
Guest
 
Posts: n/a
Default

you want to run limewire using java 1.4.1

You do that manipulating your Info.plist file in the
/Applications/LimeWire/LimeWire.app/Contents
folder

find

<key>Java</key>
<dict>
and add
<key>JVMVersion</key>
<string>1.4*</string>

<key>ClassPath</key>
Reply With Quote