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

[394 byte] By [benwimporya] at [2007-10-1 23:19:18]
# 1
Which operating system is this? Did you try to telnet to port 1044 to see if it connects (if it connects it means that something is listening on 1044).
alan.batemana at 2007-7-15 14:06:14 > top of Java-index,Archived Forums,Debugging Tools and Techniques...