Can't pass options in command line call

I’m trying to start Katalon with some args in command line in Java.
That’s my Java code :

System.out.println(command);
Process process = runtime.exec(command);

And That’s the output :

"C:\Katalon Studio\katalon.exe" -projectPath="C:\Katalon Studio\GUI\GUI.prj" -browserType=Chrome

My Katalon is starting, but the project isn’t loaded. (My path is good …).

Do you have an idea ?
Thanks :stuck_out_tongue: