mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 12:54:37 +08:00
It's now a split package providing openjdk7 and openjdk7-src, the /etc/profile.d dropin configurations, symlinks into /usr/bin and fixed manual page paths.
7 lines
199 B
Bash
7 lines
199 B
Bash
export J2SDKDIR="/usr/lib/jvm/java-7-openjdk"
|
|
export J2REDIR="${J2SDKDIR}/jre"
|
|
export JAVA_HOME="${J2SDKDIR}"
|
|
|
|
# enable this for non-reparenting window managers
|
|
#export _JAVA_AWT_WM_NONREPARENTING=1
|