Exception in thread "main" ImportError: No module named __run__

Asked by Ilya Levyant

Whats app guys?

I made a 4 sikuli scripts and made a runnable jar for each one
I'm trying to run my scripts in cmd:

java -jar c:\sikuli\as400rpcsoap_sikuli.jar c:\sikuli\as400rpcsoap.sikuli
java -jar c:\sikuli\as400restmicroservice_sikuli.jar c:\sikuli\as400restmicroservice.sikuli
java -jar c:\sikuli\install-OE_sikuli.jar c:\sikuli\install-oe.sikuli
java -jar c:\sikuli\as400rpc-rest_sikuli.jar c:\sikuli\as400rpc-rest.sikuli

Who can explain me, why my two first scripts are running correctly as I expect, but second two couldn't start, I'm getting exception in cmd: Exception in thread "main" ImportError: No module named __run__

trying yet using " " for path - the same problem

Windows 10
Absolutely the same directory and the same way to get .jar from sikuli scripts.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Ilya Levyant
Solved:
Last query:
Last reply:
Revision history for this message
Ilya Levyant (ilyalevyant) said :
#1

Ok
not relevant anymore
just made a new .jar files and new .sikuli file by copy\paste and it works.