The Compiling page lets you set the following general compilation options.
Element | Description |
---|---|
Generate Debugging Info |
When selected, line number attributes are generated during compilation. This option sets the debug <javac> Ant task to true. This option is selected by default. |
Report Uses of Deprecated APIs. |
If selected, you are notified in the compilation output of any deprecated APIs that the code uses. |
Additional Compiler Options |
Enter any compiler options in a space-separated list in the Additional Compiler Options text field. |
Notes:
-bootclasspath
to cross-compile between Java platforms. Instead, register the target Java platform in the Java Platform Manager and set the target JDK for the project.Related Topics
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |