Edit

IABSD.fr/ports/java/javaPathHelper/pkg/DESCR

Branch :

  • Show log

    Commit

  • Author : kurt
    Date : 2021-04-28 15:23:44
    Hash : 22b0a3b9
    Message : Update to version 2.1 to support jdk-16.

  • java/javaPathHelper/pkg/DESCR
  • javaPathHelper is a script that java applications can use to provide a
    consistent 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 their environment javaPathHelper
    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.