Jump to content
  • 0

[Small Error]With Java


Question

Posted

So hello,

 

i have a small error with my java

 

The problem:

 

java.net.SocketException: Invalid argument: no further information
        at sun.nio.ch.Net.setIntOption0(Native Method)
        at sun.nio.ch.Net.setSocketOption(Unknown Source)
        at sun.nio.ch.SocketChannelImpl.setOption(Unknown Source)
        at sun.nio.ch.SocketAdaptor.setIntOption(Unknown Source)
        at sun.nio.ch.SocketAdaptor.setTrafficClass(Unknown Source)
        at org.mmocore.network.SelectorThread.acceptConnection(SelectorThread.ja
va:306)
        at org.mmocore.network.SelectorThread.run(SelectorThread.java:234)

 

 

The problem isn't from my source code is from my java that i have already install in my computer.

I am using windows xp.

 

 

Server opening normal but when i try to log i get this error on login server console.

 

Anyone could help?

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...