Question #817991 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/817991

Ricardo posted a new comment:
First, ensure that the encoding declaration # coding=utf-8 is the very first 
line in your script to avoid the SyntaxError related to non-ASCII characters. 
Regarding the error [Error] sikulix....jar not specified and not found 
elsewhere, it seems that the necessary Sikulix jar files are not being included 
when you try to execute the script. When exporting your script as a runnable 
jar, double-check that all required dependencies are correctly packaged. 
Alternatively, you can run your script directly without exporting it by using 
the Sikulix command-line interface. Simply execute it with the following 
command: java -jar /path/to/sikulix.jar -r /path/to/your_script.sikuli. This 
method bypasses the potential issues with jar export and allows you to run your 
script directly. Additionally, make sure you're using a compatible Java version 
for Sikulix to avoid further execution errors. For more visit: 
https://nba2kapk.org/

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

_______________________________________________
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