View Single Post
  #54 (permalink)  
Old January 1st, 2002
VTOLfreak VTOLfreak is offline
Crazy Scientist
 
Join Date: November 17th, 2001
Location: Belgium
Posts: 374
VTOLfreak is flying high
Default

You don't need to keep the .dll files in the zip either !

What do you think a .jar file is ?

jar = Java ARchive

The dll's are already packed inside one of the jar's !

It will automaticly "extract" them if it finds there not there .
So if you keep them in the zip your packing 2 copies of the same file .

You don't need the launcher or shortcut anymore .
Just starting the RunLime.jar file will start LimeWire like normal .

You know how the latest Java runtime packages register the .jar format ?
The description they give to the .jar format is "Executable Jar File"
Wouldn't that suggest that you can simply doubleclick the file to start it if you have a recent Java runtime installed ?
With recent I mean Java runtime +1.3 .

PS: Where is the download page I'm hosting for ?

Last edited by VTOLfreak; January 1st, 2002 at 09:22 PM.
Reply With Quote