jarwrapper | Run executable Java .jar files | Mehr ...
Jarwrapper sets up binfmt-misc to run executable jar files using the installed java runtime.
javahelper | Helper scripts for packaging Java programs | Mehr ...
Javahelper contains several scripts which help in packaging Java programs. . jh_depends searches jars to find which packages they depend on, similar to dh_shlibdeps. It will also add depends on jarwrapper for packages with executable jars. . jh_manifest updates the manifest in jar files according to a provided spec so that the resultant jar files will work with jarwrapper-enabled packages. . java-propose-classpath analyzes a set of jar files and the installed jars on the system to suggest a correct classpath for use with jh_manifest . jh_exec looks for symlinks to jars which should be executable and makes them executable . jh_build builds java files to jars for you. . jh_libs installs library jars into the correct locations . jh_makepkg generates a template for a Debian Java package for you