summaryrefslogtreecommitdiffstats
path: root/graphics/cbviewer/files/cbviewer.in
blob: 194d4af31fc90c03c8cc8a08348f3521bbecbd53 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# $FreeBSD$
#

export JAVA_VERSION="%%JAVA_VERSION%%"

cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
-Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/CBViewer.jar" "${@}"
OpenPOWER on IntegriCloud