[freenet-support] Re: Sun JRE 1.5.0 beta is a no go for Freenet

2004-02-05 Thread Someone
Niklas Bergh schrieb:

And here is the relevant documentation from sun:


Keys may be removed from, but not directly added to,
the selected-key set. Any attempt to add an object
to the key set will cause an UnsupportedOperationException
to be thrown.


Someone: you could try to remove the call to fixKeys at
AbstractSelectorLoop.java:692
I could try it. But I don't think that simply removing a
function call will be any good to fred (assuming that the
call has a purpose to be there).
But Thanks for having a closer look at it.

Regards
/N
Greets someone

___
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]


[freenet-support] Re: Sun JRE 1.5.0 beta is a no go for Freenet

2004-02-05 Thread Someone
So far it is running well. Memory and cpu usage is at an acceptable level,
I can retrieve (not localy stored) YoYo pages and the error log looks normal
(just the normal really late data reply and job part done errors I
reported already in earlier versions).
I now also used the 1.5 JDK to build it. FYI fred currently uses a identifier
named enum, this is also a keyword in 1.5. Simply renaming it to enumm in
every occurence did the trick.
___
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]