-
Notifications
You must be signed in to change notification settings - Fork 48
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
Installing with Maven = JNI Error #40
Comments
Which operating system are you using? |
I'm on Windows 7 64x |
When you compile it, are you sure you are not changing the package / class names of the library? If you do so, you would have to also change the JNI part in the .c files provided? |
The library is now available on Maven Central. Can you please try again consuming it from there? Thanks. |
Thanks, I will try |
Hi, I'm trying to build a project with mvn compile / install.
Maven is able to download it as a dependency though, I can use system-hook while running the program through my IDE.
The maven built jar can't be run though.
This is the error:
From my pom.xml:
Any ideas?
The text was updated successfully, but these errors were encountered: