By SBar1
via javaworld.com
Published: Jul 04 2009 / 15:06
This tip shows how to turn an unrunnable Java Archive (JAR) into arunnable one, without having to directly manipulate manifest files.You learn to develop a short program that enables any JAR to runwith the java -jar command or on anoperating system like Windows with just a double click.
Add your comment