← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #631117]: Opening jar file from Sikuli

 

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

Description changed to:
Hi ,

I want to run a jar file through script of sikuli java.

I tried to open the jar file by doing the following script.

String path="C:\\git\\OriginalBuild\\Build.jar";
App.open(path);

i get this error in the log when I try to execute the above script

[error] [error] App.open failed: C:\git\OriginalBuild\Build.jar not
found


Thanks in advance

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