Manage your Java environment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
217 B

#!/usr/bin/env bash
# Summary: Explain how the current Java version is set
set -e
[ -n "$JENV_DEBUG" ] && set -x
if [ -n "$JENV_OPTIONS" ]; then
echo "JENV_OPTIONS environment variable"
else
jenv-options-file
fi