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
Hi Yegor,
I very much would like to get jcabi-ssh to run. Am very new to Java and networking...
I get some NoClassDefFound error, see further below and attachment.
Is this a version incompatibility between Java and the jar file ?
Using Eclipse Neon.3 release (4.6.3) with Java version 1.8.0_121-b13
jcabi-ssh-1.5.2.jar
Hope you can help - best regards,
Paul
Exception in thread "main" java.lang.NoClassDefFoundError: com/jcraft/jsch/JSchException
at connectPi.isAlive(connectPi.java:14)
at connectPi.main(connectPi.java:7)
Caused by: java.lang.ClassNotFoundException: com.jcraft.jsch.JSchException
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 2 more
The text was updated successfully, but these errors were encountered:
Hi Yegor,
I very much would like to get jcabi-ssh to run. Am very new to Java and networking...
I get some NoClassDefFound error, see further below and attachment.
Is this a version incompatibility between Java and the jar file ?
Using Eclipse Neon.3 release (4.6.3) with Java version 1.8.0_121-b13
jcabi-ssh-1.5.2.jar
Hope you can help - best regards,
Paul
Exception in thread "main" java.lang.NoClassDefFoundError: com/jcraft/jsch/JSchException
at connectPi.isAlive(connectPi.java:14)
at connectPi.main(connectPi.java:7)
Caused by: java.lang.ClassNotFoundException: com.jcraft.jsch.JSchException
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 2 more
The text was updated successfully, but these errors were encountered: