Question #631117 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/631117

    Status: Answered => Solved

Anton confirmed that the question is solved:
Thanks for answering.

I tried using

String path="C:\\git\\OriginalBuild\\Build.jar";
ProcessBuilder pb = new ProcessBuilder("java", "-jar", path);

                try {
                        Process p = pb.start();
                } 
catch (IOException e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();
                }

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to