sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26443
Re: [Question #250145]: [1.0.1] sikuli-java: Startup error - WinUtil.dll - non standard Java installation
Question #250145 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/250145
Status: Open => Answered
RaiMan proposed the following answer:
Might be, that when using Eclipse, some needed environment variables are
set in a way, that it works.
So you might print out the environment variables when running in Eclipse:
import java.util.Map;
Map<String, String> env = System.getenv();
for (String key : env.keySet()) System.out.println(String.format("%s : %s", key, env.get(key)));
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.