Sikuli X run application with given path

486 Views Asked by At

Is there a way to run an application from java code when using sikuliX? For example autoIt had a method

Run("C:\Folder\YourFavouriteExecutionFile.exe");

I am looking something like this in Sikuli X. Any suggestions?

1

There are 1 best solutions below

1
On BEST ANSWER

If you are running SikuliX from its API you are just running Java code, so it might be useful to take a look in the question linked below. https://stackoverflow.com/a/8496537/3586361