Inside my Shell Script , i have this line present
RUN_CMD="$JAVA_HOME/bin/java -cp $CLASSPATH com/mypack/BalanceRunner
Could anybody please tell me , what is meant by this command RUN_CMD
and where can i see this RUN_CMD defined
Thanks for reading
That is the definition of
RUN_CMDvariable. (although it requires an"to the end of the line).