uncaught exception: java.net.BindException: Address already in use: Cannot bind
george tovrea <[email protected]> Fri, 12 Mar 2010 03:16:10 +0800
| Newsgroups | gmane.comp.mozilla.devel.oji |
|---|---|
| Message-ID | <80b9b31003111116j477ddfcbiaa70925ce610998e__41559.4538477764$1268335000$gmane$org@mail.gmail.com> |
hi all, i have using java to create a socket in java and wrapt it to a firefox extension . when i open my firefox ,it's show the msg : uncaught exception: java.net.BindException: Address already in use: Cannot bind but i find the port is using by firefox when i start it . can i using java to create a socket on client side ? any idea?