I want to click on an icon on ubuntu the problem is that when I run the program in the cmd tells me that the click action is already done while the program does not click in the right place any help please
Your complete tutorial is very good! I worked based on your tutorial on Windows 10. However, after upgrading to Windows 11, the Sikuli didn't work. I tried uninstalling and re-installing Java, Sikuli IDE and Jython, but the issue remains unresolved. On opening Sikuli IDE and executing the simple click test case, I get Java exception "java.lang.ExceptionInInitializerError". Have you faced such error OR can you help me in resolving this error?
[error] IDE: Run Script: internal error: org.sikuli.script.SikuliXception: Cannot initialize Script runner Jython at org.sikuli.script.runners.AbstractScriptRunner.init(AbstractScriptRunner.java:78) at org.sikuli.script.runners.AbstractScriptRunner.runSynchronized(AbstractScriptRunner.java:374) at org.sikuli.script.runners.AbstractScriptRunner.runScript(AbstractScriptRunner.java:167) at org.sikuli.ide.SikulixIDE$ButtonRun$1.run(SikulixIDE.java:2547) at java.base/java.lang.Thread.run(Thread.java:1623) Caused by: java.lang.NullPointerException: Cannot invoke "org.python.util.PythonInterpreter.exec(String)" because "org.sikuli.script.runnerSupport.JythonSupport.interpreter" is null at org.sikuli.script.runnerSupport.JythonSupport.interpreterExecString(JythonSupport.java:306) at org.sikuli.script.runners.JythonRunner.doInit(JythonRunner.java:94) at org.sikuli.script.runners.AbstractScriptRunner.init(AbstractScriptRunner.java:70) ... 4 more Help me please :S
Sikulix IDE 2.0.5 doesn't open when I double click on it. I have it located in a separate folder together with 'jython-standalone-2.7.3'.
Solved the problem?
Make sure you have Java installed. I had the same blank file that i couldnt open with anyting. I just inatall Java and everything works
@@ПолиграфСало Do you have the same problem?
These are great tutorials please make more it has helped me a great deal thanks.
Very interesting. Thanks for posting!
Glad it was helpful!
I want to click on an icon on ubuntu the problem is that when I run the program in the cmd tells me that the click action is already done while the program does not click in the right place any help please
Cool video my friend. Thanks for sharing your knowledge. Cheers!
can you tell me how to gain the function of sikulix IDE?
Hello sir, How to select drop down list in sikulixIDE
Your complete tutorial is very good! I worked based on your tutorial on Windows 10. However, after upgrading to Windows 11, the Sikuli didn't work. I tried uninstalling and re-installing Java, Sikuli IDE and Jython, but the issue remains unresolved. On opening Sikuli IDE and executing the simple click test case, I get Java exception "java.lang.ExceptionInInitializerError". Have you faced such error OR can you help me in resolving this error?
It works on windows 11 for me without any additional step.
How to run sikuli file through command prompt?
use java -jar path-to-sikulix.jar optionally with parameters on a command line
great video. Thank you
Thank you how can I fix :
[error] IDE: Run Script: internal error:
Excelent video!!
thanks sir ^^
next time please make it shorter. no need to overexplain things. remember, people come here to execute their first script, otherwise good work
[error] IDE: Run Script: internal error:
org.sikuli.script.SikuliXception: Cannot initialize Script runner Jython
at org.sikuli.script.runners.AbstractScriptRunner.init(AbstractScriptRunner.java:78)
at org.sikuli.script.runners.AbstractScriptRunner.runSynchronized(AbstractScriptRunner.java:374)
at org.sikuli.script.runners.AbstractScriptRunner.runScript(AbstractScriptRunner.java:167)
at org.sikuli.ide.SikulixIDE$ButtonRun$1.run(SikulixIDE.java:2547)
at java.base/java.lang.Thread.run(Thread.java:1623)
Caused by: java.lang.NullPointerException: Cannot invoke "org.python.util.PythonInterpreter.exec(String)" because "org.sikuli.script.runnerSupport.JythonSupport.interpreter" is null
at org.sikuli.script.runnerSupport.JythonSupport.interpreterExecString(JythonSupport.java:306)
at org.sikuli.script.runners.JythonRunner.doInit(JythonRunner.java:94)
at org.sikuli.script.runners.AbstractScriptRunner.init(AbstractScriptRunner.java:70)
... 4 more
Help me please :S