Please help me from the problem.
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:
which i have kept the server program in a class thread.
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:
Code:
private void Port1MouseClicked(java.awt.event.MouseEvent evt) {
BasicThread1 bst=new BasicThread1();
bst.start();
}
Thanks in Advance
Comment