Hi ,
can anyone tell me how to write
java application which will execute linux-commands from java application (i.e, without opening command window manually)..
My Question: Is it possible to execute Linux-commands from java application.
Normally we open command window manually and execute commands in command window...Here i want to make my java program to execute command and retrieve resultant data ..
Is it possible to execute linux-commands from java application? If anyone know answer please assist me.