Comment 2 for bug 1504386

Revision history for this message
vc15lin (jianchao-lin) wrote :

JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 which was i set in Environment Variable.
Now I delete it ,but I also get same log like following.

[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

Before use 1.1.0, I use Sikuli X r930 and integrated with robotframework.
So I set a lot of Environment Variable like following

CLASSPATH
C:\Vincent\Sikuli_Robot\sikuli-script.jar;C:\jython2.5.3\jython.jar
Path
C:\Program Files (x86)\Sikuli X\libs;C:\jython2.5.3;C:\Python27;C:\Python27\Scripts;
SIKULI_HOME
C:\Program Files (x86)\Sikuli X\

Is above mentioned will affect the installation?