#!/bin/sh
export JAVA_HOME=/usr/local/lib/adoptopenjdk-@JDKVER@
export MANPATH="${MANPATH}:${JAVA_HOME}/man"
export PATH="${PATH}:${JAVA_HOME}/bin"
