You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems like there is a mismatch between the minimum Java version in the readme and the bytecode version in the jar in the maven repository.
At least I get an java.lang.UnsupportedClassVersionError: net/schmizz/sshj/SSHClient : Unsupported major.minor version 51.0 error when trying to instantiate the SSHClient class.
Can't say whether this is a mistake in the documentation or in the deployed jar.
The text was updated successfully, but these errors were encountered:
Hi,
it seems like there is a mismatch between the minimum Java version in the readme and the bytecode version in the jar in the maven repository.
At least I get an java.lang.UnsupportedClassVersionError: net/schmizz/sshj/SSHClient : Unsupported major.minor version 51.0 error when trying to instantiate the SSHClient class.
Can't say whether this is a mistake in the documentation or in the deployed jar.
The text was updated successfully, but these errors were encountered: