When an error occurs while a compiler compiles a source file, the IDE displays the compiler's messages in the Output window. The messages are deleted from the Output window the next time you compile a file. You can save the contents of the Output window in three ways:
To copy messages to the clipboard:
To redirect compiler messages to the default output directory:
In addition to displaying messages in the Output window, the IDE writes the messages to the output directory in your user directory. To stop writing messages to the file, right-click in the Output window and choose Stop Redirection of This View to File.
To redirect compiler messages to a directory you specify:
See Also | |
---|---|
Specifying a Target Directory for Class Files |