← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #246311]: checkLibsDir: libs dir contains wrong arch for amd6 4

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--- libs dir is empty, has wrong content or is outdated

Sikuli 1.0.1 at start up checks, which system (Windows, Mac Linux) it is running on and the bitness (32 or 64) of the Java
If the needed libs folder is not found or in other aspects not useable, it is recreated from inside the jar in the folder containing sikuli-xxx.jar. This happens in your case. So if it works, everything is fine.

In your case you have a JAVA_HOME specified pointing to
C:\Program Files (x86)\Java\jre7\bin
but this seems not to exist or has no java.exe

but a 64-Bit Java seems to be found in C:\Program Files\Java\jre7\bin, so this is used and hence the libs for 64-Bit are needed.
BTW: it is a bit outdated ;-) we now have 1.7.0_45 and more.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.