+ 1
Hey Geeks..I've code for Socket Server prog..got error like:BIND EXCEPTION:ADDRESS ALREADY IN USE:JVM_BIND..Help me..
Error
5 Respostas
+ 3
Where are you running the code from? Your PC or a server?
When I'm testing things from my computer, I use something like this:
https://technet.microsoft.com/en-us/sysinternals/bb897437
^It'll let you see what ports are being used or not, so then you know which ports not to use in your program. Hope that helps.
+ 2
This is going to sound crazy, but it means that the address is already bound and in use, whether by that program or another. Try another port.
+ 2
thank you..
+ 2
You're more than welcome bro.
0
I tried but I got the same :-(