This will teach you how to make your first project using IDEA.
Launch IDEA, and click Create New Project
from the startup screen:
Click Next
on the next screen. We're creating a simple Java project, so we don't need any addons or extras to this project
Use the next screen to create the Java Hello World
template project:
Finally, name your project and select a location on disk, and click Finish
:
You should end up with a window that looks something like this:
At this point, the project is all ready to go, simply click the Run
button or go to Run -> Run 'Main'
And you're done! The console will automatically pop up, giving it's salutations to the globe!