-
Notifications
You must be signed in to change notification settings - Fork 601
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
sshj can't run with java 6 #234
Comments
Hi Stephane, Thanks for pointing that out. Hadn't actually noticed that! |
+1 to drop Java 6 support. |
I have to deal with java 6, so |
I cannot easily make ecc-25519 optional, as it is used directly in the |
@sblond We've been able to add Java6 support back to the mix. |
Hi, |
Hi,
I get
java.lang.UnsupportedClassVersionError: net/i2p/crypto/eddsa/spec/EdDSAParameterSpec : Unsupported major.minor version 51.0
when using sshj 0.15.0 with java 6. Usually this error means that a class has been compiled with java 7 compatibility but run with an older java.This may be related to the fix of #171 that adds a new dependency to net.vrallev.ecc:ecc-25519-java:1.0.1. This dependency seems to require the use of java 7 https://github.com/vRallev/ECC-25519/blob/master/ECC-25519-Java/build.gradle.
Does it mean that java 6 compatibility is dropped?
The text was updated successfully, but these errors were encountered: