← Back to team overview

sikuli-driver team mailing list archive

[Question #259260]: Not able to open java application using App.open( ) using sikulixapi-1.1.0.jar

 

New question #259260 on Sikuli:
https://answers.launchpad.net/sikuli/+question/259260

I'm using sikulixapi-1.1.0.jar in the Eclipse IDE in windows 7 and I'm trying to open Java application (My app name is ECCo.jar) using App.open( ) API:

App a = new App("C:\\toolbase\\ecco\\6.8.0\\ECCo.jar");
 a.open();

But it is not working. Always I'm getting the error:

[log] App.open C:\toolbase\ecco\6.8.0\ECCo.jar(0)
[error] App.open failed: C:\toolbase\ecco\6.8.0\ECCo.jar not found

Also, I tried App.open("C:\\toolbase\\ecco\\6.8.0\\ECCo.jar") directly which is also giving the same error.

How to open my application which needs to be automated by opening it.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.