Hello World in IntelliJ IDEA
Create a new Java application and JAR file that prints `Hello World` to the console.
Creating a new project
Using the New Project Wizard to create a new project.
Creating the package and class
Use IntelliJ IDEA to create a new package and class.
Compiling and Running
Use IntelliJ IDEA to run your Hello World application.
Packaging the Application
We can package the application into a Java ARchive file (JAR).
Creating a Run Configuration
Using an IntelliJ IDEA run configuration for the JAR file we created.
Making a Change
Editing the output of our Hello World application to check it's working as we expect.
Summary and Shortcuts
Everything we covered in this tutorial including help links and shortcuts.