[Sikuli-driver] [Bug 1751840] Re: Error creating App object on linux using Java

2018-03-01 Thread Mike Bedwell
It's worth noting, part of the failure was mine for not remembering the dependency issues (needing to install an older opencv (version 2) and tesseract. The only real 'issue' was that without combining the two jar files' class files, I was unable to successfully run the installer. [debug

[Sikuli-driver] [Bug 1751840] Re: Error creating App object on linux using Java

2018-03-01 Thread Mike Bedwell
Of course. I'm fairly confident I over-complicated the solution, thus the lack of real detail. I installed opencv 2.4 and tesseract 3.05 on the system, as the installers check for the usability of libVisionProxy was failing due to those libraries missing. I wasn't sure if there were somehow

[Sikuli-driver] [Bug 1751840] Re: Error creating App object on linux using Java

2018-03-01 Thread RaiMan
Thanks for evaluation. --- After installing the necessary dependancies in linux and modifying the setup jar a bit ... possible to share more specific information? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1751840] Re: Error creating App object on linux using Java

2018-02-28 Thread Mike Bedwell
error message was due to using a failed linux setup. After installing the necessary dependancies in linux and modifying the setup jar a bit (it couldn't find some libraries on the class path), I have a working api jar to build against. ** Changed in: sikuli Status: New => Invalid -- You