|
From: Michael G. <mlg...@gm...> - 2006-07-11 15:27:33
|
System.out.println(
" start_arg_count: The number of arguments to be passed to the start
class's " );
System.out.println(
" main method." );
*// begin patch------------------------------*
*System.out.println(
" app_parameters: The arguments be passed to the start class's main
method." );*
*// end patch-----------------------------------*
System.out.println(
" stop_class: The fully qualified class name to run to stop the " );
System.out.println(
" application." );
|