SSH Client Java 8 #765
Answered
by
hierynomus
franciscoamores
asked this question in
Q&A
-
Hello, What version of SSHJ should work fine with Java8? We get NoClassDefFoundError: java.lang.NoClassDefFoundError: Could not initialize class net.schmizz.sshj.common.KeyType Is there any reference for java version compatibility? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
hierynomus
Jul 14, 2022
Replies: 1 comment
-
It seems that you've then got half a jar somehow, as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hierynomus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that you've then got half a jar somehow, as
KeyType
should be part of the SSHJ jar itself.