-
Notifications
You must be signed in to change notification settings - Fork 0
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.lang.NoClassDefFoundError: com/google/crypto/tink/aead/AeadParameters #2
Comments
Hi manishjindal, how did you compile the example? Could you please provide the complete command you've used for |
Following is project structure:
and following are the content of my pom.xml file:
And I am using following command to compile the code:
And using following command to run :
|
I think you should use |
Help us help you
We'd like to know more about
your Tink deployment.
Describe the bug:
I am trying to use the example
https://github.com/tink-crypto/tink-java-gcpkms/blob/main/examples/envelopeaead/EnvelopeAeadExample.java
but after adding all the dependencies it is showing following error:What was the expected behavior?
It should run the example without any issues
How can we reproduce the bug?
Just compile and run the code and you should be able to reproduce this very easily.
Do you have any debugging information?
What version of Tink are you using?
1.13.0
Can you tell us more about your development environment?
java --version
openjdk 18.0.2.1 2022-08-18
OpenJDK Runtime Environment (build 18.0.2.1+1-1)
OpenJDK 64-Bit Server VM (build 18.0.2.1+1-1, mixed mode, sharing)
Is there anything else you'd like to add?
Provide any additional context about the problem.
The text was updated successfully, but these errors were encountered: