Click here to Skip to main content
16,021,112 members

Comments by anju.gopinath (Top 1 by date)

anju.gopinath 21-May-13 3:05am View    
I am starting a batch file which ultimately calls a java file.

public static void main( String[] args )
{
WrapperManager.start( new TaskControllerService(), args );
}