Create Project Dialog Box
The Create Project dialog box opens when you drag a binary 
file from the Favorites window and drop it in the Source 
Editor window.
The dialog box automatically fills the following fields 
for you:
- Executable. Specifies the path name of the binary file.
- Working Directory. Specifies the directory where you 
want the IDE to execute the make and clean commands.
- Dependencies. The default setting is Include 
Dependencies into the Project. You can use the drop-down list 
to select Do Not Include Dependencies or Create Separate 
Projects for Dependencies.
- Project Name. Specifies the display name of the project. 
This name is also used to create the project folder.
- Project Location. Specifies the directory in which 
the project will be created.
- Project Folder. Specifies the folder where you want to store the 
project metadata.
You can fill in the following fields if required for your 
project:
- Arguments. Enter any arguments that should be supplied to the project's command line when
you run the project. 
- 
Environment. Enter any environment variables and their values if the project requires them
    to run. 
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.