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

Sharing the configuration


If you decide to share your runtime or debug setup and make it available to the other team members, select the Share checkbox as shown in the following screenshot:

If you mark the Share checkbox and the directory-based format is used, IntelliJ IDEA will save the run/debug configuration in a separate file in the runConfiguration folder. On the other hand, if you use the file-based format, the runtime/debug configuration will be saved in the .ipr file. You can throw the runtime configuration into the version control then.

If you have your run/debug configuration defined, it's time to run the application.