-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Seanti edited this page Mar 26, 2025
·
6 revisions
IntelliJ IDEA is one of the best Integrated Development Environments (IDEs) for Java development. Follow this step-by-step guide to download, install, and set it up.
🎓 Are you a student? You can get IntelliJ IDEA Ultimate for FREE! 👉 Click here to jump to the student discount section.
- Open a web browser and visit the official JetBrains website:
👉 Download IntelliJ IDEA - Choose between the two available versions:
- Ultimate (Paid, for professional development)
- Community (Free, for basic development)
- ✅ If you're just starting, the Community Edition is recommended.
- Click Download under "Community Edition."
- Open the downloaded installer file.
- Follow the installation wizard:
- Click Next until you reach the "Choose Components" screen.
- Select:
- ✅ "64-bit launcher" (if applicable)
- ✅ "Add launchers dir to PATH" (optional but useful)
- Click Next, choose the installation folder, and click Install.
- Open the
.dmgfile. - Drag the IntelliJ IDEA app into the Applications folder.
- Extract the downloaded
.tar.gzfile. - Run the
idea.shscript from the extracted folder.
- Launch IntelliJ IDEA after installation.
- Choose a theme (Light or Dark) and click Next.
- Select necessary plugins (keep defaults for now; plugins can be installed later).
- Click Start using IntelliJ IDEA.
- Click New Project.
- Choose Java (or another language if needed).
- Select the JDK (install one if needed).
- Click Create to start coding!
-
Create a new Java Class (
Main.java). -
Write this basic program:
public class Main { public static void main(String[] args) { System.out.println("Hello, IntelliJ!"); } }
-
Click Run
▶️ to execute it.
✅ Congratulations! You’ve successfully installed and set up IntelliJ IDEA! 🎉
If you're a student, you can get IntelliJ IDEA Ultimate for FREE through the JetBrains Education Program!
- You must be a student or teacher with a valid academic email (
.eduor similar) or an official student ID.
- Go to 👉 JetBrains Education Program
- Click "Apply Now".
- Sign in with your GitHub, Google, or JetBrains account.
- Choose one of the verification methods:
-
Academic Email: Use your
.eduemail to sign up. - Student ID: Upload a photo of your student ID if you don’t have an academic email.
-
Academic Email: Use your
- Submit your application and wait for approval (usually within a few days).
- Once approved, download IntelliJ IDEA Ultimate from 👉 here.
- Install it following the same steps as in the main guide.
- When prompted for a license, log in with your JetBrains account (the same one used for the student application).
✅ Enjoy IntelliJ IDEA Ultimate for FREE while you're a student! 🚀