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

    Status: Open => Answered

RaiMan proposed the following answer:
not really sure what you are doing and why, but:

--- in line
import org.sikuli.script.*

the trailing ; is missing.

--- then
javac -cp c:\sikulix\sikulix.jar Test.java

gives a Test.class, that can be executed with:

java -cp .:c:\sikulix\sikulix.jar Test

and works for me.

-- 
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