Hello Venkat,

the test classes directly reference classes in SUN's JSSE
implementation, which is probably not installed with the
IBM JDK on AIX. You can either download and install the
SUN JSSE, or you can rewrite the tests to reference the
IBM JSSE classes (com.ibm... instead of com.sun...), or
you can delete the SSL related tests and just trust that
the stuff will work anyway. I'd try the latter first :-)

hope that helps,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to