![]() | 1 | initial version |
I prefer the following way:
- download the jdk-8u101-linux-x64.tar.gz
- extract it to /opt
- export the PATH in your shell and then start the tool
export JAVA_HOME=/opt/jdk1.8.0_101
export PATH=$JAVA_HOME/bin:$PATH
Maybe you can also set the JAVA_HOME in your Zimbra-Config
![]() | 2 | No.2 Revision |
I prefer the following way:
- way:
export JAVA_HOME=/opt/jdk1.8.0_101
JAVA_HOME=/opt/jdk1.8.0_101 && export PATH=$JAVA_HOME/bin:$PATH
Maybe you can also set the JAVA_HOME in your Zimbra-ConfigZimbra-config.