RE: java.lang.NoClassDefFoundError with JDK1.3.1 _13 ! works fine with jdk 1.4.2
Pauwels Stefan <[email protected]>
| Newsgroups | gmane.comp.java.sshtools.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, With JDK 1.3.1 you need a separate package : JCE: http://java.sun.com/products/jce/index-122.html <http://java.sun.com/products/jce/index-122.html> This is included with JDK 1.4.x but not with JDK1.3.1 Best regards, Stefan -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Rahul G Sent: donderdag 20 januari 2005 13:55 To: [email protected] Subject: [Sshtools-users] java.lang.NoClassDefFoundError with JDK1.3.1_13 ! works fine with jdk 1.4.2 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