Hello to all,
I have one program which uses command line arguments for doing particular work. But when I am calling the main function from another program with appropriate arguments into
string array, it does not work as it is working and giving output from the command line.
I have also tried "Runtime.exec()" method to call the class having main method, but results none.
Is there another way to perform the this opration?
Thanks in advance.