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.java
Message-ID <[email protected]>
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?