blob: e5c2cd1de8984d25ff8264df9423949a99b38bd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
unset NS_JAVA
unset DYN_JAVA
unset JAVA_ROOT
unset JAVA_BINDIR
unset JDK_HOME
unset JAVA_COMPILER
unset TYA_LOGFILE
# export LIBXCB_ALLOW_SLOPPY_LOCK=1
export CLASSPATH=.
#export JAVA_HOME=/opt-linux-x86_64/j2se8
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export PATH=$JAVA_HOME/bin:$PATH
|