It appears that SSLManager is dependent on IaikSSLManager (it imports and uses it).
SSLManager is extended by both IaikSSLManager and JsseSSLManager, which means that, if the user doesn't have the iaik packages, then none of the SSLManagers can be compiled. It should be possible to refactor SSLManager so it is not dependent on IaikSSLManager. -Mike > -----Original Message----- > From: Bruce Barrett [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 24, 2001 4:08 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: package com.sun.net.ssl does not exist > > > Hi all, > I see that after weeks of checking out and building "just > fine" every > few days, I now get compile errors. > > {I don't think anything in my configuration changed -- famous > last words...} > > It starts complaining with this file: > ...jakarta-jmeter/src/org/apache/jmeter/util/SSLManager.java:73: > > I get the error: > package com.sun.net.ssl does not exist > > Line 73 reads: > import com.sun.net.ssl.*; > > Now I'll be the first to admit that I really should have > installed an SSL package by now, but I haven't. > > Guess I'll go off and try that now. > > Thanks all. > > Bruce > -- > Bruce Barrett [EMAIL PROTECTED] > SW QA Manager > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
