JPDA - Port not listening when running app on Unix box
Hi,
I am launching my app on JDK 1.3.1_05 with the following JVM params:
-Xdebug -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,address=1044,suspe
nd=y
however when I run a "netstat -a | grep 1044" I get nothing.
Why would the JVM not open the port for listening?
Can't think what I am doing wrong.
Thanks for any help,
--Ben

