Closed GoogleCodeExporter closed 8 years ago
Could you provide a sample test app
Original comment by henri.gomez
on 30 Sep 2011 at 10:18
The simplest code to recreate this exception only tries to open the socket.
=== Foo.java ===
import java.nio.channels.AsynchronousServerSocketChannel;
class Foo {
public static void main(String[] args) throws Exception {
AsynchronousServerSocketChannel.open();
}
}
=== Foo.java ===
Compile and run it
javac Foo.java
java Foo
to see the exception.
Original comment by topher.t...@gmail.com
on 30 Sep 2011 at 1:09
see http://wikis.sun.com/display/OpenJDK/Mac+OS+X+Port+Project+Status , the
Async I/O API in not done, we just need wait.
The port track is http://java.net/jira/browse/MACOSX_PORT-222
Original comment by vipy...@126.com
on 30 Sep 2011 at 3:50
Closing it here since it's now opened on osx port JIRA
Original comment by henri.gomez
on 4 Oct 2011 at 9:14
Original issue reported on code.google.com by
vipy...@126.com
on 12 Apr 2011 at 12:33