The Java Platform Debugger Architecture (JPDA) is the debugging support included in the Java 2 Platform, Standard Edition (J2SE) SDK 1.3. If you are running this version of the J2SE(TM), the IDE automatically uses the JPDA as its default debugger.
To install the JPDA in Solaris(TM) operating environments:
http://java.sun.com/products/jpda
.
You may
install the JPDA in any directory (hereafter called jpda_home).
cd
jpda_home
unzip jpda1_0-solsparc.zip
/bin
to the system path in the
runide.sh
startup script. (For example, PATH=/
jpda_home/bin:$PATH
).
/lib/sparc
to the library path in
runide.sh
. (For example, LD_LIBRARY_PATH=/
jpda_home/lib/sparc:$LD_LIBRARY_PATH
).
/lib/jpda.jar
to /lib/ext
in your IDE installation directory.
The editable properties of the debugger are presented in the Properties tab.
To install the JPDA on Microsoft Windows systems:
http://java.sun.com/products/jpda
.
You may install the JPDA in any directory (hereafter called jpda_home).
jpda1_0-win.zip
file.
runide_nt.bat
or runide_w98.bat
). For
example: PATH=\
jpda_home\bin;%PATH%
.
\lib\jpda.jar
to \lib\ext
in your IDE installation directory.
The editable properties of the debugger are presented in the Properties tab.
For more information on the JPDA, see http://java.sun.com/products/jpda
.
See also | |
---|---|
Configuring the Default Debugger |