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.




_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to