On Tue, 2004-05-11 at 14:28, WipeOut wrote: > Jason M Evans wrote: > > >Can someone tell me how to install a .jar file? > > > > > > > > > You don't install a .jar file you run it.. > > If remember correctly its "java -jar filename.jar" from a command line.. > > Later.. You can also create / extract / view the contents. JAR is a ZIP-format archive. http://java.sun.com/docs/books/tutorial/jar/index.html for more info.