Search results

  1. U

    Question can import skulix library to plugin?

    I added dependeny, imported to library, but I still get this error java.lang.NoClassDefFoundError: org/sikuli/script/Screen on this code @Override public void onEnable() { Screen screen= new Screen(); } added dependency <dependencies> <dependency>...