还是运行不起来, 将它最后1536-1558改为以下:
if [ $DO_NOT_FORK ]
then
debugOut "^[[7m========= Executing JAVA =============================================^[[0m"
# this is the original, it's still here for copy/paste purposes
#eval \"$actvm\" $options $lax_nl_java_launcher_main_class \"$propfname\" \"$envPropertiesFile\" $cmdLineArgs
Post by lastart
还是运行不起来, 将它最后1536-1558改为以下:
if [ $DO_NOT_FORK ]
then
debugOut "^[[7m========= Executing JAVA =============================================^[[0m"
# this is the original, it's still here for copy/paste purposes
#eval \"$actvm\" $options $lax_nl_java_launcher_main_class \"$propfname\" \"$envPropertiesFile\" $cmdLineArgs
lax_class_path=\"$lax_class_path\"
if [ $cpArg ]; then
command="\"$actvm\" $options $cpArg \"$CLASSPATH\" $lax_nl_java_launcher_main_class \"$propfname\" \"$envPropertiesFile\""
else
....