classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

basic nio up


From: R.S. Veldema
Subject: basic nio up
Date: Mon, 08 Apr 2002 12:51:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7+) Gecko/20020123

Hi all,
   I've gotten basic nio tests to work properly
with orp and classpath.
(mapping a file and reading some bytes from it,
and opening a SocketChannel to httpd,
ServerSocketChannel stuff not patched yet, also
still missing some natives for buffer conversions)
Does anyone have some more tests for java.nio ?
R.

=================================
Ps,  I've got two compile errors after my cvs update just now.
I guess somebody forgot to commit java.lang.Character.
R.


Found 2 semantic errors compiling "../java/lang/String.java":

 1628.     return Character.direction[Character.readChar(ch) >> 7] & 3;
                            <------->
*** Error: No field named "direction" was found in type "java/lang/Character". However, there is an accessible field "DIRECTIONALITY_UNDEFINED" whose name closely matches the name "direction".


 1628.     return Character.direction[Character.readChar(ch) >> 7] & 3;
                                      <-------------------->
*** Error: The method "char readChar(char ch);" in type "java/lang/Character" with private access is not accessible here.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]