summaryrefslogtreecommitdiffstats
path: root/server/setup/05-service-settings/opt-linux-x86/etc/profile.jre6
blob: 83d5d06878fb882769ffe93bd9d0b25766e1af49 (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 JRE_HOME=/opt-linux-x86/jre6

export PATH=$JRE_HOME/bin:$PATH