You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!@l_prefix@/lib/openpkg/bash @l_prefix@/etc/rc |
|
## |
|
## rc.j2se -- Run-Commands |
|
## |
|
|
|
%config |
|
j2se_enable="$openpkg_rc_def" |
|
j2se_home="@l_prefix@/libexec/j2se" |
|
JRE_home=$j2se_home |
|
JDK_home=$j2se_home |
|
|
|
%env |
|
rcService j2se enable yes || exit 0 |
|
JAVA_HOME="$JDK_home" |
|
export JAVA_HOME |
|
|
|
|