sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21172
Re: [Question #235975]: [1.0.1] Windows: Java: "Fatal Error 110: loading: WinUtil.dll" when running from command prompt
Question #235975 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235975
Status: Open => Needs information
RaiMan requested more information:
-- it look like it is having problem in loading WinUtil.dll
Of course, but it is because the libraries referenced in WinUtil are not found, which is definitely a problem of system path at runtime.
Have you somehow checked the system path in the moment of crash.
if not:
@echo off
setlocal
set CLASSPATH=
set PATH=%~dp0\lib\libs;%PATH%
echo %PATH%
java -cp "lib/*" com.ists.sikuli.TestExecutor FileActions.xls FileFunctions TC20001
endlocal
pause
and show the output here
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.