Starts a java virtual machine using a java executable. Typically this command is
invoked from inside a shell script as an alternative to invoking java in an
os-specific way.

Below are typical scripts for executing a project with bash and dos.
In order to configure the underlying ant task, beans introspection is used on
the protoj.util.JavaTask parent. That parent contains an instance of the ant
org.apache.tools.ant.taskdefs.Java class and so consult the ant reference to
determine the available set of properties that are available for configuration.


--basic.sh--

#parse("src/resources/protoj/basic/bin/basic.sh")

--basic.bat--

#parse("src/resources/protoj/basic/bin/basic.bat")
