Installing the JPDA
Support for the JPDA is automatically included in the
IDE if you are running J2SE SDK 1.3 or compatible.
If you are running an earlier version of the J2SE, you can download and
install the JPDA as follows.
To install the JPDA in Solaris(TM) operating environments:
- Download the JPDA at
http://java.sun.com/products/jpda
.
You may
install the JPDA in any directory (hereafter called jpda_home).
- Upack the files:
cd
jpda_home
unzip jpda1_0-solsparc.zip
- Add jpda_home
/bin
to the system path in the
runide.sh
startup script. (For example, PATH=/
jpda_home/bin:$PATH
).
- Add jpda_home
/lib/sparc
to the library path in
runide.sh
. (For example, LD_LIBRARY_PATH=/
jpda_home/lib/sparc:$LD_LIBRARY_PATH
).
- Copy jpda_home
/lib/jpda.jar
to /lib/ext
in your IDE installation directory.
- In the IDE, choose Project
Settings from the main window.
- Expand the Debugger Types node and select Default Debugging.
The editable properties of the debugger are presented in the Properties tab.
- In the Properties tab, click the value for the Implementation property and choose Default debugger (JPDA) from the contextual menu.
To install the JPDA on Microsoft Windows systems:
- Download the JPDA at
http://java.sun.com/products/jpda
.
You may
install the JPDA in any directory (hereafter called jpda_home).
- Use an unzip program (such as WinZip) to
unpack the
jpda1_0-win.zip
file.
- Add jpda_home to the system path in the IDE startup script
(
runide_nt.bat
or runide_w98.bat
). For
example: PATH=\
jpda_home\bin;%PATH%
.
- Copy jpda_home
\lib\jpda.jar
to \lib\ext
in your IDE installation directory.
- In the IDE, choose Project
Settings from the main window.
- Expand the Debugger Types node and select Default Debugging.
The editable properties of the debugger are presented in the Properties tab.
- In the Properties tab, click the value for the Implementation property and choose Default debugger (JPDA) from the contextual menu.
For more information on the JPDA, see http://java.sun.com/products/jpda
.
Legal Notices