#!/bin/sh

. /etc/profile
. `dirname $0`/string_loader
 
  if [ -z ${JAVA_HOME} ]; then 
	echo "$no_java" >$SYNOPKG_TEMP_LOGFILE
	exit 1
fi
exit 0
