- Requires Java >= 1.5 this is what documentation guarantees to work - Add shell script for easy invocation - Fix NOPORTEXAMPLES behaviour - Take maintainership
5 lines
86 B
Bash
5 lines
86 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/jing.jar" "$@"
|