Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Java : Articles and Tutorials : JAR and Zip


Links
  • Saving Space - Can the compressed data length be longer than the uncompressed data? Sometimes you save more space by not compressing data.
  • See JAR Run - Enable your unrunnable JARs to run with the java -jar command.
  • Trail: JAR Files - JAR file format enables you to bundle multiple files into a single archive file. Typically a JAR file will contain the class files and auxiliary resources associated with applets and applications.