sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07599
Re: [Question #181819]: Compile a new jar with foo method ?
Question #181819 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/181819
Status: Open => Solved
Joe List confirmed that the question is solved:
Hey,
I download the JDK 1.6
jdk-6u29-windows-x64.exe
I compile the class with the javac.exe from this SDK and it works
perfectly !
loc = Location(10, 20)
print loc # (10,20)
loc2 = loc.foo()
print loc2 #(1,2)
So happy !
Thank you so much !
:)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.