KJar

KJar - Recompresses a java JAR archive using KZIP

Download KJar here

Uses KZIP by Ken Silverman

Usage: KJar [options] in.jar [out.jar]

Options:
-s Adjust size in JAD file (if existing)
-u:url Add URL path to JAD MIDlet-Jar-URL parameter (example: “-u:http://wap.mysite.com” will result in JAD MIDlet-Jar-URL: http://wap.mysite.com/midlet.jar - useful when deploying)

- What is it?

KJar is simple windows command line tool that recompresses your jar file with Ken Silvermans KZip utility, producing smaller jar files than with the standard “jar” utils. It has the option to update a jad file after recompressing.

BamFS was created using Bamcompile - a great tool to make windows utilities using PHP.