RE: NTLM Cipher Error

2003-08-09 Thread Rowe, David (CAG-CC MIS)
I did, and I get the error at the same ol' place. NoClassDefFound for javax.crypto.CipherSpi... Dave PS A little pre-thank you for all your help so far... :) -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 9:26 AM To: Commons

RE: NTLM Cipher Error

2003-08-09 Thread Roland Weber
Hello Dave, NoClassDefFound errors are often misleading. If the class itself is found, but one it depends upon is not, you still get the error for the class that is available and have to figure out which one is actually missing. I'm sorry I can't give you any more specific hints on this. Maybe

RE: NTLM Cipher Error

2003-08-09 Thread Rowe, David (CAG-CC MIS)
As far as I can tell, everything seems to be in order. Are there any special caveats regarding using the JCE (jce1_2_2.jar or jce.jar)? It seems odd to have the JCE in the classpath, yet, it throws a NoClassDefFound exception. Has anyone else experienced this? Dave -Original