IntelliJ IDEA 2016.1 Help

Compiling Target

To compile all source files in a specified target

  1. Select a file, module, or package.
  2. On the main menu choose Build | Compile 'target', or press Ctrl+Shift+F9.
  • When called from the editor, this method compiles the current file.
  • You can compile any module separately. All modules the current one depends on will be compiled as well.
  • To cancel the process, do one of the following:
    • Middle-click on the progress bar
    • Click closeRedCircle
    • Press Ctrl+F2, and select the process from the pop-up menu.
build_progress_bar

See Also

Last modified: 13 July 2016