Book Image

IntelliJ IDEA Essentials

By : Jaroslaw Krochmalski
Book Image

IntelliJ IDEA Essentials

By: Jaroslaw Krochmalski

Overview of this book

Table of Contents (17 chapters)
IntelliJ IDEA Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The permanent configuration


To edit configurations, open the Edit Configurations screen from the Run menu:

The Edit Configurations screen will open. On the left pane, there is the list of created configurations contained within the groups. To create a new configuration setup, click on the green plus icon (+) or use the Alt + Insert (PC) or cmd + N (Mac) keyboard shortcut:

The list of possible configuration types depends on the installed plugins. If you cannot find the specific type, install the corresponding plugin first. To give you an overview of how to create runtime or debug configuration, we will define the standard Java application profile now.

The Run/Debug configuration for a Java application

Select Application from the Add New Configuration list to see your new Unnamed configuration in the Application group. On the pane towards the right of the dialog box, the IDE will present the details of the newly created configuration.

In the Name field, you give the configuration a name under...