constant and familiar method for launching java applications on
OpenBSD. The use of JAVACMD, JAVA_HOME and PATH environment variables are
well known methods for users to control which JVM is used to launch a
java application. When a user sets up his environment javaPathHelp will
use it. No attempt is made to prevent the user from running an
application that requires a particular JVM version with a lower version.
When the user's environment has not be setup, javaPathHelper falls back
to inspecting which JDK or JVM satisfied the RUN_DEPENDS for the
package.
okay ian@
JUnit is a simple framework to write repeatable tests.
It is an instance of the xUnit architecture for unit testing frameworks.
It will help you measure your progress, spot unintended side effects,
and focus your development efforts.