IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Run applications

Last modified: 10 August 2022

Run a class with a main() method: Shift+F10

You can run applications right from IntelliJ IDEA if you have an SDK set up for your project/module.

When the application starts, you can view its output and interact with it in the Run tool window. Every run/debug configuration creates a separate tab when you run it.

A tab in the Run tool window

To learn more about tool windows and how to manage them, see the Tool windows topic.