Thursday, 7 August 2008

Semantics of java -jar

When we run jar files we can do so using java -jar. But what are the implications of this on classpath etc.?

The JAR (Java ARchive) file will contain a Manifest stating where the main method is located. JAR files provide compression for efficient storage.

No comments:

Blog Archive