sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31382
Re: [Question #264423]: NoClassDefFoundError for FindFailed
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.