-
Notifications
You must be signed in to change notification settings - Fork 33
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
Java compile issues(javafx) #92
Comments
Hello! Other dependencies are working fine? This is just an issue with argon2-jvm? |
Are you using Java Module System? |
yes here is what I am looking at I got the argon2jvm from https://repo1.maven.org/maven2/de/mkammerer/argon2-jvm/2.11/ |
The good news is I figured out how to get the library in . Thank you for your time and any help Thomas Gustafson |
Please take a look at the readme here: https://github.com/phxql/argon2-jvm#usage It shows the correct usage of argon2-jvm. |
This looks good aside from this method readPasswordFromUser(); it is red is there another document for what that method is supposed to do/ the code for it? |
I solved this problem I had to add the argon2 2.11 jvm jar and the jar for jna version 5.10.0. |
I am trying to use this module in a javafx project and I can not get it to import properly even after adding a pom.xml file with dependencies.
These imports will have the de red:
any help would be greatly appreciated
Thank you for your time
Thomas Gustafson
The text was updated successfully, but these errors were encountered: