mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:37:13 +08:00
7 lines
199 B
Bash
7 lines
199 B
Bash
export J2SDKDIR="/usr/lib/jvm/java-8-openjdk"
|
|
export J2REDIR="${J2SDKDIR}/jre"
|
|
export JAVA_HOME="${J2SDKDIR}"
|
|
|
|
# enable this for non-reparenting window managers
|
|
#export _JAVA_AWT_WM_NONREPARENTING=1
|