sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55712
Re: [Question #692511]: project extending SikuliX functionality
Question #692511 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692511
Status: Open => Answered
RaiMan proposed the following answer:
ok, sorry - did not remember, that your extensions are done at the Java
level.
Make a jar with your extending classes and eventual dependencies, that
are not available in sikulixapi.jar, but excluding sikulixapi.jar and
its dependencies, since it is already bundled with sikulixide.jar.
Then put this jar into the SikuliX extensions folder on your system
<sikulix-appdata>/extensions.
During startup of the IDE your jar will then be put on class path and
hence available in the IDE.
The rest (to make it available at the Jython level) see above.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.