Sunday, November 2, 2014

Selenium :Sikuli for 64Bit JRE- Solution

Selenium :Sikuli for 64Bit Machine - Solution


If you are using Sikuli for the first time please refer the below link (once done we will port it to 64Bit)  :



Porting for 64Bit :
  1.   Download and install 32Bit JRE (http://filehippo.com/download_jre_32/3868/) .Make sure JRE 6 is installed in a different location to avoid conflicts.
  2. Open Eclipse and configure the following
a)      Project ---> Properties ---> Java Compiler : set compliance level and Source compatibility to 1.6
b)       Project ---> Properties ---> Java Build Path ---> Libraries ---> and change the JRE system library to 1.6
  1. Project ---> Java Build Paths--->Libraries--->Add Library--->Select Jre System Library
a)      Click Next
b)      Select Alternate JRE Radio button in JRE System Library Screen
c)      Click on Installed JREs
d)     In Prefrences window , Click on Search Button
e)      In search window , Select the Parent folder where Java6 is installed(“C:\Program Files (x86)\Java”)    .
f)       Click on OK
  1. Now Jre6 will be added to your Installed JREs window
  2. Now check “jre6” as default and close .
  3. Now check whether JRE6 has been added to your current project.

Now run your SIKULI script to check if the same is working .. .

No comments:

Post a Comment