View Single Post
  #8 (permalink)  
Old August 2nd, 2001
Sherrie
Guest
 
Posts: n/a
Default

If you have a jvm installed on Windows and it's in your path, download Linux version, put the package in c:\LimeWire and at the prompt in that directory enter:

java -cp collections.jar;LimeWire.jar a.a.a.b.Main

It will install LimeWire the first time, then start it every other time. If you save this as a batch file(RunLime.bat) in the LimeWire directory, you can put a shortcut on your desktop and you can then start it by double-clicking. Or, you can create a RunLime.bat containing:

java -cp c:\LimeWire;collections.jar;LimeWire.jar RunLime

Either will start it after it's installed, but only the first will install.

If you don't have the jvm, jre, jdk, or whatever, on your machine, try downloading the windows no jvm version.
Reply With Quote