java.lang.NoClassDefFoundError: org/bouncycastle/asn1/nist/NISTNamedCurves
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by solind
, 1 year agojava.lang.NoClassDefFoundError: org/bouncycastle/asn1/nist/NISTNamedCurves
at net.schmizz.sshj.common.KeyType$3.readPubKeyFromBuffer(KeyType.java:146)
at net.schmizz.sshj.common.Buffer.readPublicKey(Buffer.java:429)
at net.schmizz.sshj.transport.verification.OpenSSHKnownHosts$EntryFactory.parseEntry(OpenSSHKnownHosts.java:215)
at net.schmizz.sshj.transport.verification.OpenSSHKnownHosts.
(OpenSSHKnownHosts.java:62) at net.schmizz.sshj.transport.verification.OpenSSHKnownHosts.
(OpenSSHKnownHosts.java:47)