sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #15837
Re: [Question #220554]: [HowTo] access Java classes when using one's own jars in Sikuli scripts
Question #220554 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/220554
Status: Open => Answered
RaiMan proposed the following answer:
ok with this structure the stuff on the Python level works (Sikuli script).
( no need to use load(), since wilson.jar is inside the test.sikuli, where it is found automagically with Sikuli's import)
But I guess there are many places inside the Java stuff, that directly
references other Java stuff, and this need the referenced Java stuff in
wilson_lib to be in the class path.
The easiest option might be, to have the MANIFEST.MF in wilson.jar to
have an adequate classpath entry (easy to make with Ant in Eclipse whe
making the jar) pointing to the jars in wilson_lib.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.