NonStop Server for Java 4.2 Tools Reference

java -Xnoagent -Xdebug -Djava.compiler=NONE \
-Xrunjdwp:transport=dt_socket,\
address=hostname:portnum ClassName
Transports
A Java Platform Debugger Architecture (JPDA) transport is a form of inter-process communication used
by a debugger application and the debuggee. NonStop Server for Java 4 provides a socket transport that
uses the standard TCP/IP sockets to communicate between debugger and the debuggee.
NonStop Server for Java 4 defaults to socket transport. NonStop Server for Java 4 does not support
shared memory transport.
See Also:
javac
java
javah
javap
javadoc
Title Page | Tools Home Page
NonStop Server for Java Tools Reference Pages (529775-002)
© 2010 Hewlett-Packard Development Company L.P. All rights reserved.