Thread implementation in Eclipse Plug-in
Java
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have created an Eclipse plug-in, A dialog is shown using a command and when user click ok button, reads the data in the View and sends the data to Server using TCP/IP. But the problem is the dialog gets hanged till I receive the response from the TCP/IP. My query is how to launch a thread for reading the data from the view and send to the TCP/IP? Any suggestions please!!!