Jolt – A Java Virtual Machine Daemon
This software package is no longer being developed or
maintained.
Overview
Jolt is a Java Virtual Machine Daemon. This program provides a means to invoke the JDK tools javac, javadoc, and jar from the command line while reusing the same JVM instance across invocations. It is intended primarily for use as a helper tool to make compilation of Java code with make as fast as (and potentially faster than) with Jakarta Ant. It can also be used to run arbitrary Java programs (as with java); this is particularly useful for command-line utilities that are run over and over, where the cost of launching the JVM each time would be prohibitive (or at the very least, annoying).
Documentation
Documentation is included in the distribution in the form of a UNIX manpage. A PDF manpage is also available.
Download
Download jolt now! Source code and full documentation are included.