Skip to content
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

SUPPORT: NoClassDefFoundError: org.bouncycastle.asn1.DERApplicationSpecific #349

Open
alexzxr10 opened this issue Oct 23, 2023 · 2 comments

Comments

@alexzxr10
Copy link

alexzxr10 commented Oct 23, 2023

Hello,

I'm getting the below error when trying to run my app:

NoClassDefFoundError: org.bouncycastle.asn1.DERApplicationSpecific

I'm using below dependency in my application:

<dependency>
   <groupId>eu.agno3.jcifs</groupId>
   <artifactId>jcifs-ng</artifactId>
   <version>2.1.10</version>
</dependency>

I am using "bcprov-jdk18on-1.76". The Class "DERApplicationSpecific" has been removed since version 1.75

When I use "bcprov-jdk18on-1.74" my app is working.

Will there be an update for jcifs-ng?

Thank you

@mbechler
Copy link
Contributor

Please make sure that you are not pulling in an earlier version. This should be fixed in 2.1.10.

@alexzxr10
Copy link
Author

Hi, you're right, i had both JARs 2.1.9 and 2.1.10 in my project and he was pulling the old one.

Sorry, and thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants