← Back to team overview

sikuli-driver team mailing list archive

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, I just realized, that this might be the wrong option, since it might
be, that the MANIFEST.MF is only processed, if the .jar is loaded by
Java directly.

To check it:

after wilson stuff is imported successfully:

for e in java.lang.System.getProperty("java.class.path").split(";"):
print e

and check it.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.