Please help me from this error.
i was supposed to capture a desktop which i am opening in the desktoppane.if i open the window and i close it.again when i need if i open the window it is not displaying and the error displayed as
java.net.BindEx ception: Address already in use: JVM_Bind
at java.net.PlainS ocketImpl.socke tBind(Native Method)
I have kept the ServerInitiator program in class thread and calling the object of the class by creating the object. Please help me.
Thanks in Advance
i was supposed to capture a desktop which i am opening in the desktoppane.if i open the window and i close it.again when i need if i open the window it is not displaying and the error displayed as
java.net.BindEx ception: Address already in use: JVM_Bind
at java.net.PlainS ocketImpl.socke tBind(Native Method)
Code:
private void Port1MouseClicked(java.awt.event.MouseEvent evt) { BasicThread1 bst=new BasicThread1(); bst.start(); }
Thanks in Advance
Comment