sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56159
Re: [Question #694243]: Tesseract problem using OS X
Question #694243 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/694243
RaiMan proposed the following answer:
no problem, English is always ok ;-)
This is a one-time help, because it's the first advent :-)) (reason:
basic Java knowledge - many tutorials on the net)
Suggesting you used my example from #1
java -Djna.library.path=/usr/local/lib -cp <path-to-your-jar-or-folder
>:<path-to-sikuli...jar> <name-of-main-class>
the items <...> have to be replaced by the appropriate filenames on your
system.
alternatively, if you have your code packed in a jar:
java -Djna.library.path=/usr/local/lib -cp <path-to-sikuli...jar> -jar
<path-to-your-jar>
by simply typing java, you get some information about the command line
parameters (more and examples in the net)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.