← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272164]: SikuliX on sonatype

 

Question #272164 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272164

RaiMan proposed the following answer:
I had a short look:

I guess, you have to put the
interpreter.exec("from sikuli.Sikuli import *");

after the sys.path loop (having arranged it according to comment #4

I do not recommend to use sikulix.jar in a Maven project (you have some
artefact in your fork).

just add 
    <dependency>
      <groupId>org.python</groupId>
      <artifactId>jython-standalone</artifactId>
      <version>2.7.0</version>
    </dependency>
 
to your pom and you have it on the classpath.

to get what you want you only need 
- the sikulxapi.jar containing the Java API and the Python layer
- and the jython jar

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.