sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40939
Re: [Question #404615]: [1.1.1] images not found in runnable jar at root level --- use at least one folder level
Question #404615 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/404615
Status: Open => Answered
RaiMan proposed the following answer:
--- but it didn't show anything different
the command has to be this way:
java -Dsikuli.Debug=3 -jar myapp.jar
and should printout additional messages prefixed with [debug] to the
commandline window.
In comment #1 I noticed, that you are using JNativeHook in parallel with SikuliX.
It would be worth to test, wether a simple Java Main() jar runs from commandline, that only has one line:
Screen scr = new Screen();
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.