Use to view and customize the build options.
Select the Build category in project properties dialog box choose Build. Expand the Build node to access the following categories:
Element | Description |
---|---|
Sources Filtering |
Selects the files to be included or excluded from the build. |
Compiling |
Customizes javac options for generating debugging information, optimizing the compilation, and reporting the use of deprecated APIs. You can also set encoding and the level of debugging for the //#debug and //#mdebug preprocessor directives. |
Libraries & Resources |
Adds or removes resources from the build. |
Obfuscating |
Sets the obfuscation for the application. |
Creating JAR |
Sets the names of the JAR and files for the build, and whether to compress the JAR file. |
Signing |
Signs MIDlets and add or remove security keystores. |
Generating Javadoc |
Manages the source code documentation for the application. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2013, Oracle and/or its affiliates. All rights reserved. |