IntelliJ IDEA 2024 Java Quick Start Hello-World
The Step-by-Step Easy Visual-Guide shows you Exactly How to Getting-Started with Java Hello-World Project on JetBrains IntelliJ IDEA 2024 FREE Community Edition for Java, Groovy, Scala & Android Development on Linux Desktops.
To Make Use of the IntelliJ IDEA 2024 Java IDE you Need the Oracle-Sun Official Java SE JDK 6+ Installed so if Not Present on your System you will Find Link to Tutorial on Installing the Sun JDK 7 on Linux.
IntelliJ IDEA Excel at Enterprise, Mobile and Web development with Java, Scala, Groovy and Kotlin, with all the Latest modern Technologies and Frameworks available Out of the Box.
Finally, the post’s Content is Expressly Reduced to Give Focus to the Essentials Instructions and Commands.
-
How to Install Required Oracle Java JDK 8+ on Linux
-
Launch IntelliJ IDEA 15.
-
Create a New Java Project
-
Set Java SDK Browsing for the Oracle JDK 8+ Installation Path…
Then Click on Next -
Set Name and Path.
Finally, Finish up! -
Content for a Simple Java Hello-World.
public class helloWorld { public static void main(String[] args ) { System.out.println("Hello Java World!"); } }
-
Make the Java Project.
-
Then Run the Java Hello World.
Select the helloWorld Config
-
Java HelloWorld Output in IntelliJ IDEA 2024 Console.