Hi,
I would like to execute a SYSTEM COMMAND inside the java code.
Example:
class syscomm{
public static void main(String args[])
{
------ "java code1";
}
}
I tried with java.lang.Runtime "exec"
but it is not working.
Can you suggest me how to proceed with?
Thanks for your help in advance.
I would like to execute a SYSTEM COMMAND inside the java code.
Example:
class syscomm{
public static void main(String args[])
{
------ "java code1";
}
}
I tried with java.lang.Runtime "exec"
but it is not working.
Can you suggest me how to proceed with?
Thanks for your help in advance.