Atlassian crowd apache tomcat jni native lib
- Install Requirements
yum install -y gcc make apr-devel
Download oracle jdk tar.gz
file and extract to /opt, create symlink for convenience:
cd /opt
tar -xf jdk-8u121-linux-x64.tar.gz
ln -s jdk1.8.0_121 jdk-latest
Now, for upgrade jdk, just extract new tar.gz
file and update symlink to new …