blob: 3b9b2177f6576060e432974f87245d72eb9379a0 [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved
if [ ! -x ${1} ];
then
echo could not exec ${1}
echo usage: ${0} something.sh
exit 1
fi
set -x
. "${1}"
${JAVA_HOME}/bin/java -version 2>/dev/null