Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels