** Changed in: sikuli
Status: Fix Committed => Won't Fix
** Changed in: sikuli
Importance: High => Undecided
** Changed in: sikuli
Milestone: 1.1.2 => None
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1751840
Title:
[1.1.2] Java 9: Linux: problem running normal setup
Status in Sikuli:
Won't Fix
Bug description:
Using Java 9, and the latest 1.1.2 nightly build
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/exec/ExecuteStreamHandler
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:292)
at org.sikuli.natives.SysUtil.getOSUtil(SysUtil.java:36)
at org.sikuli.script.App.<clinit>(App.java:40)
at flax.Flax.main(Flax.java:81)
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.exec.ExecuteStreamHandler
at
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
... 5 more
Line of code causing the error is
atitd = new App("A Tale in the Desert");
(atitd was declared elsewhere, this is just the assignment)
Code executes successfully on Mac OS X, error is only thrown in Linux.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1751840/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp