Hi!
When I try to compile the freenet command-line client I get an error (I
use the snapshot 20000518 wit Linux and Java 1.2.2):
/usr/src/Freenet/client/Document.java:79: Class
Freenet.client.EncipherStream not found.
out=new EncipherStream(out, c);
I have modified the source but I don't know if it is right (but the
command-line client compiles afterwards):
/usr/src/Freenet/client/Document.java:79:
if (c!=null) {
try{
out=new CipherInputStream(c, out);
} catch(IOException e) {}
}
Hermann
--
Hi! I'm a signature virus! Copy me into your signature file to help me
spread!
_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev