|
From: | Martin Egholm Nielsen |
Subject: | Re: [Jessie-discuss] compile problem jessie 1.0.1 |
Date: | Fri, 28 Oct 2005 21:53:51 +0200 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050319 |
when running make with jessie 1.0.1 I get this error:CLASSPATH=.:/usr/local/gnu-crypto/share/gnu-crypto.jar:classes gcj -C -d classes ./org/metastatic/jessie/provider/SSLSocket.java ./org/metastatic/jessie/provider/SSLSocketInputStream.java ./org/metastatic/jessie/provider/SSLSocketOutputStream.java ./org/metastatic/jessie/provider/SSLSocket.java:111: error: Class or interface 'gnu.crypto.auth.callback.DefaultCallbackHandler' not found in import.import gnu.crypto.auth.callback.DefaultCallbackHandler;I was getting this with the debian gnu-crypto package so i compiled it from source but am still getting this problem.
What version of gnu-crypto is this? For glancing into my gnu-crypto.jar 2.1.0 there is indeed a DefaultCallbackHandler!
Try looking into your jar - e.g.jar tvf /usr/local/gnu-crypto/share/gnu-crypto.jar | grep DefaultCallbackHandler
If not there - as suspected - then consider downloading a new version from: http://syzygy.metastatic.org/gnu-crypto/ BR, Martin
[Prev in Thread] | Current Thread | [Next in Thread] |