Commit Graph

5 Commits

Author SHA1 Message Date
merdely
c3e6ab6305 Remove surrounding quotes in COMMENT 2007-09-16 00:28:19 +00:00
kurt
a6e55229f5 update to include support for 1.6 and 1.7. okay ian@ 2007-05-16 18:04:04 +00:00
kurt
a0e9ff0061 Fix exec shell typo - noticed by Matthew Clarke <clamat at telus.net>.
okay nikolay@, pvalchev@
2006-08-29 20:01:14 +00:00
kurt
518b9016bc update to javaPathHelper-0.2 which fixes some bugs and adds support
for finding jre's.
2006-08-03 19:27:03 +00:00
kurt
5a73e969fe javaPathHelper is a script that java applications can use to provide a
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@
2006-08-01 14:43:56 +00:00