Commit a267ddad authored by 赵啸非's avatar 赵啸非

修改前端生成页面

parent 8c5c3705
......@@ -39,15 +39,14 @@ fi
if [ -z "$JAVACMD" ] ; then
if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD="$JAVA_HOME/jre/sh/java"
else
JAVACMD="$JAVA_HOME/bin/java"
fi
else
JAVACMD=`which java > /dev/null 2>&1`
JAVACMD=`which java`
writelog "Error: JAVA_HOME is not defined correctly."
exit $ERR_NO_JAVA
#exit $ERR_NO_JAVA
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment