How to restore Java from direct backup
# run the following command, to check the installation folder
ls -lh /opt/cryptshare-3

# run the following command, to restore the Java installation
unzip -q /opt/cryptshare-3/jre8Backup.zip -d /opt/cryptshare-3/
mv /opt/cryptshare-3/jre8_BAK/ /opt/cryptshare-3/jre8
ln -s /opt/cryptshare-3/jre8 /opt/cryptshare-3/jre8_x64
chmod 755 /opt/cryptshare-3/jre8/bin/java

# run the following command, to start Cryptshare service
systemctl start cryptshare (use
rccryptshare start up to and including v.7.1)