I'm getting an error :
IllegalArgumentException : Executable name has embedded quote,
split the arguments
While running the
Runtime.getRuntime().exec(cmd, envTokens, file1);
I'm using Windows7 and Java7 machine .
Same line of code is working fine for other environments .
Suggest me some way .