I have setup eclipse to attach to a local JVM. But when I try to do the same for a machine over the network I get \"connection timed out exception\".
How do I go about d
Sounds like a firewall or routing issue. Try using telnet (or something similar) to try and open a connection to that port. If that times out, then you have a networking problem, not a programming one.