Re: [freenet-support] services does not start: No class given

2002-08-10 Thread Thomas Formella
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Goebel wrote: | Hello, | | i have intalled freenet on SuSE8.0 (SUN_Java_SDK_1.4.0.0) and it will | not start. | I have set: | | export J2EE_HOME=/usr/java/j2sdk1.4.0_01 | export JAVA_PATH=/usr/java/j2sdk1.4.0_01 | export JAVA_HOME=$JAVA_PATH

Re: [freenet-support] FROST ! PLEASE , EXACTLY WHAT DO I DOWNLOAD.

2002-07-21 Thread Thomas Formella
fredunsworth wrote: Sorry to ask again , but can someone please tell me exactly what I download from the FROST site ? and if possible how to install and how to search . I have downloaded some of the bits of Frost but dont know what to do when in search , the only thing I have seen

Re: [freenet-support] freenet + kaffe

2002-07-15 Thread Thomas Formella
Have a look at the freenet wiki: http://freenetproject.org/wiki/index.php?FrontPage Search for Java Runtime Enviroment or FreeBSD Install Good luck ! Roman V. Isaev wrote: I can't run freenet (freenet-20020713) with kaffe: # java -version Kaffe Virtual Machine Copyright (c)

[freenet-support] Problems with KeyIndexClient

2001-06-30 Thread Thomas Formella
When I try to retrieve a input key by: java -classpath ... Freenet.client.KeyIndexClient -serverAddress tcp/127.0.0.1:19335 -list 30062001test (I inserted a test key before: java -classpath ... Freenet.client.KeyIndexClient -serverAddress tcp/127.0.0.1:19335 -insert 30062001 -key freenet:[EMAIL

Re: [freenet-support] Problems with KeyIndexClient

2001-06-30 Thread Thomas Formella
Rob Cakebread wrote: You might try upgrading to JDK 1.3 as I think HashSet has only been around since JDK 1.2. It also looks like you aren't trying to retrieve the same key you inserted, or am I missing something? You are inserting the key: test300601.html but trying to retrieve it

Re: [freenet-support] Problems with KeyIndexClient

2001-06-30 Thread Thomas Formella
Rob Cakebread wrote: I'm waiting until XML-RPC is fixed in an upcoming release of Freenet. When that is working I'll have a command line client that doesn't rely on KeyIndexClient. It is written in Python. For now you can download keys with it, but the inserting part doesn't work because of