Results 1 to 1 of 1
- 10-25-2012, 04:45 AM #1
Member
- Join Date
- Oct 2012
- Posts
- 1
- Rep Power
- 0
Selector.open() in IPV6 only environment
Hi all,
I met a Selector error in IPV6 only environment (Windows 2008)
I run this snippet and my computer is crashed.
I searching google, but i cannot find the solution nowXML Code:import java.io.IOException; import java.nio.channels.Selector; public class DumpTest { public static void main(String[] args) throws IOException { Selector selector = Selector.open(); } }
Thank all for your helps
Similar Threads
-
DatagramSocket problem when using IPV6
By marcojrfurtado in forum NetworkingReplies: 0Last Post: 10-04-2011, 04:26 PM -
Check if an IP is IPV6
By tiasen24 in forum NetworkingReplies: 1Last Post: 05-19-2011, 10:30 AM -
method selector error
By javaprobie in forum New To JavaReplies: 3Last Post: 01-25-2011, 03:11 PM -
Different Files Open in File -> Open Workspace
By mgm2010 in forum JCreatorReplies: 0Last Post: 04-11-2009, 02:14 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks