Process p = new Process();
p.StartInfo.FileName = "C:\\Windows\\System32\\javaw.exe ";
p.StartInfo.Arguments = "-jar" + " " + "\"C:\\Users\\DELL\\Ubiquiti UniFi\\lib\\ace.jar\" ui";
p.Start();
Process p = new Process();
p.StartInfo.FileName = "C:\\Windows\\System32\\javaw.exe ";
p.StartInfo.Arguments = "-jar" + " " + "\"C:\\Users\\DELL\\Ubiquiti UniFi\\lib\\ace.jar\" ui";
p.Start();