1 #!/bin/bash 2 3 echo "Error: JAVA_NOT_REQUIRED=true, $(basename $0) is unavailable." 1>&2 4 exit 1 5