75
IntelliJ IDEA Running Projects
IntelliJ IDEA have many ways to create configuration for running projects. The configuration options are:
- Create Temporary Configuration
- Create Permanent Configuration
- Share Configuration among users
Create Temporary Configuration
- Create Project
- Create Java Class
- Right click and select Run option
- Temporary configuration added on Run menu.
Create Permanent Configuration
When we save the Temporary configuration with IntelliJ, it can be converted into Permanent configuration. To save this configuration, click Save Configuration on Run menu. We can also edit this configuration according to our requirements.
Create New Configuration
We can also have an option to create a new configuration. To create new configuration do the following:
- Go to Run -> Edit Configuration
- Click on Green Plus Button. New configuration option will open
- Select Application from drop down list. Configure it according to our requirements.
- Click Ok button.
Share Configuration
To Share the Configuration do the following:
- Go to Run -> Edit Configuration
- Select Configuration Tab. Fill the details and click on the Share checkbox to the top right corner of the configuration window.
- Now our configuration will store on the disk.
- Configuration file will store with the .ipr file extension.
Next TopicIntelliJ IDEA Plugins