[tesseract-ocr] Re: java.lang.UnsatisfiedLinkError in tess4j

2019-08-13 Thread Quan Nguyen
https://github.com/nguyenq/tess4j/issues/159 On Thursday, August 8, 2019 at 12:58:10 AM UTC-5, Srikanth wrote: > > Hi, > > I am getting error on windows server 2016, 64bit. I have VC++ 2017 > redistributable installed in my VM. My tessesract code is developed in > spring boot app which works cor

Re: [tesseract-ocr] Re: java.lang.UnsatisfiedLinkError in tess4j

2018-07-19 Thread Dattatraya Tembare
Hello Quan, VC++ 2015 upgrade worked. Thanks! again. On Thu, Jul 19, 2018 at 8:42 AM Dattatraya Tembare wrote: > Thanks Quan, > Will install latest VC++, test and let you know. > > Datta > > On Wed, Jul 18, 2018 at 9:14 PM Quan Nguyen wrote: > >> I've found the unit tests completed successfull

Re: [tesseract-ocr] Re: java.lang.UnsatisfiedLinkError in tess4j

2018-07-19 Thread Dattatraya Tembare
Thanks Quan, Will install latest VC++, test and let you know. Datta On Wed, Jul 18, 2018 at 9:14 PM Quan Nguyen wrote: > I've found the unit tests completed successfully with JDK 10 as well. So > make sure you install the appropriate VC++ runtime. > > > On Wednesday, July 18, 2018 at 6:48:35 AM

[tesseract-ocr] Re: java.lang.UnsatisfiedLinkError in tess4j

2018-07-18 Thread Quan Nguyen
I've found the unit tests completed successfully with JDK 10 as well. So make sure you install the appropriate VC++ runtime. On Wednesday, July 18, 2018 at 6:48:35 AM UTC-5, Quan Nguyen wrote: > > That was old posts for older versions. You need VC++ 2015 at this time. > > Btw, we haven't tested i

[tesseract-ocr] Re: java.lang.UnsatisfiedLinkError in tess4j

2018-07-18 Thread Quan Nguyen
That was old posts for older versions. You need VC++ 2015 at this time. Btw, we haven't tested it with Java 10 yet. Will do that soon. Thanks. On Tuesday, July 17, 2018 at 12:50:20 PM UTC-5, Dattatraya Tembare wrote: > > Forgot to mention, I have installed Visual C++ Redistributable for VS2013

[tesseract-ocr] Re: java.lang.UnsatisfiedLinkError in tess4j

2018-07-17 Thread Dattatraya Tembare
Forgot to mention, I have installed Visual C++ Redistributable for VS2013 Still how to check it, whether I have installed correct version? On Tuesday, July 17, 2018 at 1:49:09 PM UTC-4, Dattatraya Tembare wrote: > > I'm facing the s

[tesseract-ocr] Re: java.lang.UnsatisfiedLinkError in tess4j

2018-07-17 Thread Dattatraya Tembare
I'm facing the same problem on Windows 10 with JDK 10 (same code is working in Windows 7 with JDK 8) Error Logs: java.lang.UnsatisfiedLinkError: The specified module could not be found. at com.sun.jna.Native.open(Native Method) ~[jna-4.5.2.jar!/:4.5.2 (b0)] at com.sun.jna.Nati

[tesseract-ocr] Re: java.lang.UnsatisfiedLinkError in tess4j

2015-04-27 Thread Quan Nguyen
Did you install Visual C++ Redistributable for VS2013 ? This seems to be the most common problem. Check the forum for answers. On Monday, April 27, 2015 at 9:29:28 AM UTC-5, Ankita Verma