-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnsatisfiedLinkError: no sqlite4java-linux-amd64-1.0.392 in java.library.path #68
Comments
@yegor256 please, pay attention to this issue |
@vdzhuvinov this is really weird. Can you share your pom.xml so that I can test it too? |
Sure, here it is: At present I start / stop the local DynamoDB manually. |
@yegor256 this job was assigned to you 8 days ago. |
@yegor256 resigned from |
@0crat out |
Hi,
I would like to report an odd error. I setup pom.xml with the latest release. The plugin executes without any errors as configured, however, when trying to make a connection from within a test, an error complaining that an sqllite native .so cannot be found and loaded (on a Linux system) gets thrown:
Shouldn't
java.library.path
be set somewhere?The text was updated successfully, but these errors were encountered: