err... i don't get it
first: one should always look into the README file
second: on node startup Node.java checks ifs a NoClassFoundError is
thrown and executes this:
if
(e.getMessage().indexOf("java/nio/channels/spi/AbstractInterruptibleChan
nel") != -1) {
String error =
"Your Java installation is too
old (insufficient NIO support). Please update it to 1.4.1 or later; you
can do that at http://java.sun.com/ .";
System.err.println(error);
logger.log(Node.class, error,
Logger.ERROR);
System.exit(1);
} else
throw e;
now what version of fred are you actually running, nicklas?
and if it's the lastest build (either stable or unstable) and you don't
see the message above - why doesn't this check work?
>Thanks. Perhaps that is my problem. Wish someone would keep us fully
>posted. Sometime we get warnings of something that is not yet working, but
>seldom adequate information as to what does work. I'll try another
>download immediately...
>
>
>> [Original Message]
>> From: Someone <[EMAIL PROTECTED]>
>> To: <[EMAIL PROTECTED]>
>> Date: 4/25/2004 10:50:54 PM
>> Subject: [freenet-support] Re: freenet and JRE on Win XP
>>
>> Nicholas Sturm schrieb:
>>
>> > If you do not have the java from Sun, you should try their latest stable
>> > build 1.3.1_02 near end of name, I believe.
>>
>> The latest stable Sun JRE is actually 1.4.2_04. I hardly believe that you
>> can get freenet working with an 1.3 Sun JRE.
>>
>> _______________________________________________
>> Support mailing list
>> [EMAIL PROTECTED]
>> http://news.gmane.org/gmane.network.freenet.support
>> Unsubscribe at
>http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
>> Or mailto:[EMAIL PROTECTED]
>
>
>
>_______________________________________________
>Support mailing list
>[EMAIL PROTECTED]
>http://news.gmane.org/gmane.network.freenet.support
>Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
>Or mailto:[EMAIL PROTECTED]
_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]