← Back to team overview

sikuli-driver team mailing list archive

[Bug 1504386] Re: [1.1.0] Win 7 64: Java 8: Could not load JIntellitype.dll

 

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

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1504386

Title:
  [1.1.0] Win 7 64: Java 8: Could not load JIntellitype.dll

Status in Sikuli:
  In Progress

Bug description:
  My system is Win7 64bit
  After I finished installing sikulixsetup-1.1.0.jar.
  I run runsikulix.cmd.
  I will get following log

  +++ running this Java
  Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
  java version "1.8.0_60"
  Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
  Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
  +++ trying to run SikuliX
  +++ using: -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine -jar
  C:\Vincent\Sikuli\sikulix.jar
  Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
  [info] HotkeyManager: add Capture Hotkey: CTRL+SHIFT 2 (50, 3)
  [error] WindowsHotkeyManager: JIntellitype problem: Could not load JIntellitype.
  dll from local file system or from inside JAR
  Press any key to continue . . .

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1504386/+subscriptions


References