Comment 8 for bug 1504386

Revision history for this message
Christian (claymore666) wrote :

Hi RaiMan,

had a similar issue (after setup, without changing initial runsikulix.cmd) with

[error] WindowsHotkeyManager: JIntellitype problem: Could not load JIntellitype.
dll from local file system or from inside JAR

which I could easily solve via manually inserting CLASSPATH line into the startup script, pointing to my installation directory:

set JAVA_HOME=C:\Program Files (x86)\Java\jdk8
set CLASSPATH=C:\Work\SikuliX

I also added the JAVA_HOME because I have both JRE 1.6 and JDK 1.8 installed (company pc) and the script determined JRE1.6 as default, which is outdated and causes followup errors.
Cheers,

Chris