mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 20:07:15 +08:00
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
|