java.lang.NoClassDefFoundError with JDK1.3.1_13 ! works fine with jdk 1.4.2
"Rahul G" <[email protected]>
| Newsgroups | gmane.comp.java.sshtools.user |
|---|---|
| Message-ID | <[email protected]> |
Hi All
I am getting this error whenever I use j2ssh tool with JDK1.3.1. And works
fine with JDK1.4.x. Is it true that j2ssh0.2.2 version doesn't support JDK1.3.1?
But, the FAQ on sshtool's website claim it supports. Not sure
which version the FAQ was talking about.
********************************Error*******************************
java.lang.NoClassDefFoundError: javax/crypto/NoSuchPaddingException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at com.sshtools.j2ssh.transport.cipher.SshCipherFactory.class$(Unknown Source)
at com.sshtools.j2ssh.transport.cipher.SshCipherFactory.<clinit>(Unknown Source)
at com.sshtools.j2ssh.configuration.SshConnectionProperties.<init>(Unknown Source)
at com.sshtools.j2ssh.SshClient.connect(Unknown Source)
........................................
***************************************************************
I appreciate the help!
Thanks,
Rahul