S
sight
String[] cmd = {"/bin/sh", "-c", "ls > hello"};
Runtime.getRuntime().exec(cmd);
Following code doesn't create a file hello when app is run on unix?!??How
can i start unix script from java app?I'm using cygwin instead of Unix
Runtime.getRuntime().exec(cmd);
Following code doesn't create a file hello when app is run on unix?!??How
can i start unix script from java app?I'm using cygwin instead of Unix