- Enforce a specific version (1.3+) in the launcher shell script - Use SUB_FILES/SUB_LIST to patch the launcher shell script
5 lines
109 B
Bash
5 lines
109 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/%%DISTNAME%%.jar"
|