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

RaiMan requested for more information:
The Sikuli classes are not found.

H:/public/Sikuli-IDE/sikuli-script.jar contains the 10.2 version? sure?

If yes, print out the classpath just before touching sikuli:
(Python slang - translate to Java;-)

import java
for entry in java.lang.System.getProperty('java.class.path').split(':'): 
   print entry

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to