Re: java.lang.NoClassDefFoundError: javax/crypto/NoSuchPaddingExcepti on

2003-11-13 Thread Ortwin Glück
Khalid Ishaque wrote: When I use JDK1.4 every thing works fine, but the second I switch to JDK 1.3.1, I get the java.lang.NoClassDefFoundError: javax/crypto/NoSuchPaddingException error. Any suggestions??? Please post the stack trace. I am sure this is coming from the underlying SSL

Re: java.lang.NoClassDefFoundError: javax/crypto/NoSuchPaddingExcepti on

2003-11-13 Thread Michael Becke
Hello Khalid, My guess is that you're using NTLM authentication. NTLM require the JCE to work. JCE is included in 1.4 JVMs but not in 1.3.1. You will need to include the JCE jars and initialize it correctly for NTLM to work. Mike Ortwin Glück wrote: Khalid Ishaque wrote: When I use

java.lang.NoClassDefFoundError: javax/crypto/NoSuchPaddingExcepti on

2003-11-12 Thread Khalid Ishaque
When I use JDK1.4 every thing works fine, but the second I switch to JDK 1.3.1, I get the java.lang.NoClassDefFoundError: javax/crypto/NoSuchPaddingException error. Any suggestions??? Thanks --Khalid