← Back to team overview

sikuli-driver team mailing list archive

[Bug 1889415] Re: NoClassDefFoundError in wait for image

 

You should only have the 3.4 version active (sym-linked) on your system.

Make sure you have a libopencv_java34x.so in your library path.
In doubt create a symlink in /usr/local/lib pointing to the real .so

This is the first level lib that is needed by Sikuli 2.0.4

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

Title:
  NoClassDefFoundError in wait for image

Status in Sikuli:
  New

Bug description:
  I'm using:
    sikulixide-2.0.4.jar
    Linux 5.7.10_1 #1 SMP x86_64

  At the second line of the script

  openApp("firefox https://www.recheio.pt";)
  wait("1596027541334.png")

  There's an error message:
  [error] script [ recheio ] stopped with error in line 2
  [error] java.lang.NoClassDefFoundError ( java.lang.NoClassDefFoundError: Could not initialize class org.sikuli.script.Finder$FindInput2 )
  [error] --- Traceback --- error source first
  line: module ( function ) statement 
  63: Sikuli (  wait )     return SCREEN.wait(target)
  2: main (  <module> )     wait("1596027541334.png")
  [error] --- Traceback --- end --------------

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


References