HP-UX Java™ - How To Develop Java Applications for HP-UX

It requires a profile file for startup on HP-UX which can be found in this document.
The emacs editor and Java™ macro can be downloaded from the following public sites:
The latest version of FSF emacs on UNIX platforms is at http://directory.fsf.org/
emacs.html
Emacs for NT can be found at http://www.gnu.org/software/emacs/windows/
ntemacs.html. This site also has a good FAQ about Emacs.
Documentation can be found on the GNU Emacs website at: http://directory.fsf.org/
emacs.html. You can also get help via the Emacs> M-x zapropos and Ctl-h commands.
jdb Debugger
The Java™ SDK for HP-UX provides programming tools and the runtime environment
for the HP-UX platform. The SDK includes a command-line debugger, jdb, to help you
find and fix bugs in Java™ programs running on a local or remote Java™ interpreter.
Because of its dbx-like user interface, jdb is not particularly user friendly. IDEs or
stand-alone debugger tools are easier to use than jdb. Therefore, you might want to
use IDE debugger tools.
For additional information on jdb, visit the Web site: http://download.oracle.com/javase/
1.4.2/docs/tooldocs/tools.html.
Jtest by ParaSoft®
Jtest by ParaSoft® is a unit testing tool that automatically tests any Java™ class or
component without requiring you to write a single test case, harness, or stub. With the
click of a button, Jtest automatically tests code construction (white-box testing), code
functionality (black-box testing), and maintains code integrity (regression testing). It
also helps you prevent errors with a customizable static analysis feature that lets you
automatically enforce over 170 industry-respected coding standards, create and enforce
any number of custom coding standards, and tailor the standards enforced to a particular
project or group.
Jtest runs on Windows 2000/NT, Solaris and Linux. We recommend that you use Jtest
during the unit testing phase on the NT/2000, Solaris or Linux desktop prior to moving
the application to HP-UX for system testing.
ParaSoft Jtest is available from ParaSoft. For more information or to place an order,
visit the ParaSoft web site (http://www.parasoft.com/jsp/smallbusiness/
tool_description.jsp?product=Jtest).
HPjmeter
HPjmeter can be used to perform tasks to optimize HP-UX 11i including identifying
and diagnosing performance problems in Java™ applications running on HP-UX or
on NonStop servers, improving garbage collection performance, analyzing Java heap
dumps, etc.
Development Tools 13