I have a issue for this code . Please help me review :
Runtime.getRuntime().exec("cmd.exe /c start chrome " + url);
This code is OK if I launch the url which does not contain parameter, but i put parameter to this url,the link does not work and dont see parameter on url. thanks