Getting Error message on executing the script: [error] RunTimeINIT: *** terminating: libs to export not found on above classpath: /sikulixlibs/windows/libs64

Hi,

I have added the Sikuli jar to the Libraries and imported the clasess.

But i am getting the error message on executing the test script :

[error] RunTimeINIT: *** terminating: libs to export not found on above classpath: /sikulixlibs/windows/libs64

Please help me how to overcome it using Katalon.

Hi Mathivanan,

Katalon already uses Sikuli library that locates at Katalon installedfolder\configuration\resources\libso you don’t need to import the new one to prevent libraries conflicting. Just import the classes in libraries and use them.

Thanks