DESCR 638 B

1234567891011
  1. javaPathHelper is a script that java applications can use to provide a
  2. consistent and familiar method for launching java applications on
  3. OpenBSD. The use of JAVACMD, JAVA_HOME and PATH environment variables are
  4. well known methods for users to control which JVM is used to launch a
  5. java application. When a user sets up his environment javaPathHelper will
  6. use it. No attempt is made to prevent the user from running an
  7. application that requires a particular JVM version with a lower version.
  8. When the user's environment has not be setup, javaPathHelper falls back
  9. to inspecting which JDK or JVM satisfied the RUN_DEPENDS for the
  10. package.