Use to set compiling options for a project configuration.
Choose Build > Compiling from the project properties dialog box to access this page.
| Element | Description |
|---|---|
|
Use Values from "Default Configuration" |
Enables you to customize the properties for a project configuration other than the default configuration if this option is unchecked. |
|
Generate Debugging Info |
Generates line numbers and source files information. This is the |
|
Compile with Optimization |
Optimizes the compiled application for execution. This is the |
|
Report Uses of Deprecated APIs |
Lists each use or override of a deprecated member or class. This is the |
|
Encoding |
Overrides default encoding used by preprocessor and compiler. The default value is the default encoding used by your JVM and IDE. |
|
Debug Block Level |
Sets the debug level for the If you enter a unique value for the level (for example, If you choose a pre-defined level from the drop-down menu, the preprocessor comments out debug blocks on lower levels, as defined by the following hierarchy:
For example, if you choose warn, all info and debug blocks are commented out. |
Related Topics
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
| Copyright © 2013, Oracle and/or its affiliates. All rights reserved. |