ucanaccess and GraalVM's native-image tool #36
|
I'm trying to port my app to a native exe using GraalVM's native-image tool, but ucanaccess throws an error message about not finding
I see that the current version of ucanaccess is newer than the 5.0.1 version I'm using. Would updating likely help with this issue? |
Replies: 3 comments 1 reply
|
There's a test project here with the 5.1.3 version: https://github.com/sengsational/TestUca/blob/master/TestUca.jar |
|
Thanks @sengsational, that did solve the issue! |
|
Hi @TPeterson94070, I'm glad to hear that updating the dependency resolved the issue so quickly. What you're working on is undoubtedly interesting to other developers and users. Feel free to leave a few pointers or observations here — they could well be helpful to others. Cheers, P.S.: This repo is the maintained fork of the original UCanAccess you were using. You can read more about it here. |
There's a test project here with the 5.1.3 version: https://github.com/sengsational/TestUca/blob/master/TestUca.jar