Our company is running a Java application (on a single CPU Windows server) to read data from a TCP/IP socket and check for specific criteria (using regular expressions) and if a ...
All I want to do is start a thread to listen for communication on a certain port.
I start this by having an 'ok' button on a jDialog. When 'ok' has been ...