ports/java/eclipse/files/eclipse.in
Tobias C. Berner e154663572 java/eclipse: update to 4.15
PR:		244927
Submitted by:	Jonathan Chen <jonc@chen.org.nz>  (maintainer)
2020-03-20 20:23:19 +00:00

9 lines
177 B
Bash

#!/bin/sh
#
# FreeBSD-specific startup script for Eclipse Platform
#
# See: http://www.eclipse.org
#
# $FreeBSD$
#
JAVA_VERSION="%%JAVA_VERSION%%" exec %%DATADIR%%/eclipse "$@"