Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > WebObjects Developer's Guide


Table of Contents Previous Section

Debugging Java

If your application is written in Java, you can use Project Builder's Java debugger. For more information on debugging a Java application with Project Builder, see "Debugging Java Applications" in the Java Tutorial (which can be accessed from Project Builder's home page).

In addition to using the Java debugger, you can use the methods described in "Debugging Techniques," below, as well as System.out.println statements. Build the executable for your project using Project Builder, then launch that executable in the launch panel. Output from the debugging methods appears in the launch panel.

Table of Contents Next Section