Comment 13 for bug 702797

Revision history for this message
Chuck van der Linden (sqapro) wrote :

Ran into similar issue as Antoine F I was able to get the IDE to work, but I want to use Sikuli inside of scripts running under Jruby along with Watir. While the IDE worked, any attempt to create a screen object in the scripts failed trying to load the 32 bit win32util.dll file that comes with Sikuli.

What I discovered is that you can't use the 64 bit version of Jruby, you need to install 32 bit all around, both JRE and also the Jruby stuff.

Once I removed all the 64 bit, and reinstalled using the 32 bit, I was able to get Sikuli to create a screen and click on images from scripts running under Jruby.. using Watir to do most of the web driving, and Sikuli as needed to do things like click on accursed flash controls