Correcting Errors in Source Code

If there are syntax errors in your source code, the IDE lists them in the Output window after a compile. The error message includes a hypertext link to the offending syntax in the source code.

To go to an error in the source code:

Tip You can also navigate through errors in the source code using the Next Error and Previous Error commands on the Build menu.

Error messages are deleted from the Output window the next time you compile a file. For information on how to save the messages, see Saving Compiler Messages. For information on how to customize the Output window, including how to set the foreground and background color of the hypertext links, see Customizing the Output Window.

See also
Stopping a Compile
Disabling Compilation of a Java Source File

Legal Notices