This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java.net more and more


Michael Koch wrote:

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.1449
diff -u -b -r1.1449 ChangeLog
--- ChangeLog	25 Sep 2002 05:05:05 -0000	1.1449
+++ ChangeLog	25 Sep 2002 09:02:17 -0000
@@ -1,5 +1,71 @@
 2002-09-25  Michael Koch  <konqueror@gmx.de>
 +	* java/net/DatagramSocket.java
A few minutes ago....

/Volumes/xufs/gccsrc/gcc/libjava/java/net/DatagramSocket.java:327: error: Can't find method `isBlocking()' in type `java.nio.channels.DatagramChannel'.
if (ch != null && !ch.isBlocking ())
^
2 errors
make[2]: *** [java/net/DatagramSocket.class] Error 1
make[1]: *** [all-target-libjava] Error 2
make: *** [bootstrap] Error 2

Danke,

Andreas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]