๐ŸŒ
GitHub
gist.github.com โ€บ skapadia โ€บ ef5beda507ac147b24873b4d9a4e863a
Installation instructions for Java 8 SDK, IntelliJ, and Intellij Scala Plugin ยท GitHub
For example, on the Mac, the default ... ... Download and install the Community edition (Mac or Windows or Linux): https://www.jetbrains.com/idea/download/ ... After installation completes, run Intellij....

integrated development environment

IntelliJ IDEA (pronounced /ษชnหˆtษ›lษชdส’eษช/ in-TEL-ih-jay "idea") is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages. It is developed by โ€ฆ Wikipedia
Factsheet
Developer JetBrains
Initial release 1.0 / January 2001; 24 years ago (2001-01)
Stable release 2025.3
/ 8 December 2025
Factsheet
Developer JetBrains
Initial release 1.0 / January 2001; 24 years ago (2001-01)
Stable release 2025.3
/ 8 December 2025
๐ŸŒ
JetBrains
jetbrains.com โ€บ idea
IntelliJ IDEA
June 1, 2021 - IntelliJ IDEA is the JetBrains IDE for pro development in Java and Kotlin. Built for your comfort, it unlocks productivity, ensures quality code, supports cutting-edge tech, and protects your privacy.
Discussions

java - Where does IntelliJ store the JDKs that it downloads on my behalf? - Stack Overflow
Recent versions of IntelliJ can download a JDK for the convenience of the user. However, those downloaded JDKs are not appearing in the canonical place, at least not on my Mac: /Library/Java/ More on stackoverflow.com
๐ŸŒ stackoverflow.com
Does IntelliJ installation automatically install Java JDK?
Please ensure that: Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions You include any and all error messages in full You ask clear questions You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions. Trying to solve problems on your own is a very important skill. Also, see Learn to help yourself in the sidebar If any of the above points is not met, your post can and will be removed without further warning. Code is to be formatted as code block (old reddit: empty line before the code, each code line indented by 4 spaces, new reddit: https://imgur.com/a/fgoFFis ) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc. Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit. Code blocks look like this: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above. If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures. To potential helpers Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
๐ŸŒ r/javahelp
4
2
December 27, 2021
How to setup Java JDK for Intellij (Flatpack)
Im not sure if this is ok for you but open JDK worked wonderfully for me. I installed it and opened intellij which detected the jdk automatically. More on reddit.com
๐ŸŒ r/linuxmint
6
2
November 16, 2018
Which JDK for a new computer? (I know, sorry)

Umm, doesn't IntelliJ come with its own JDK already?

If you're on Linux you can download a version without a jetbrains JDK if you want to use the system's JDK. This will usually be OpenJDK 11 nowadays (or 8 if you're on an older distribution). But I believe Jetbrains made some tweaks to the JDK to improve font rendering or some such so I think it's usually best to use their own JDK that comes with the installation of IDEA

More on reddit.com
๐ŸŒ r/Kotlin
21
1
October 13, 2017
๐ŸŒ
JetBrains
blog.jetbrains.com โ€บ idea โ€บ 2021 โ€บ 09 โ€บ java-17-and-intellij-idea
Java 17 and IntelliJ IDEA | The IntelliJ IDEA Blog
September 19, 2025 - To use pattern matching for switch ... โ€˜Add SDK >โ€™, followed by โ€˜Download JDKโ€ฆโ€™. You can choose the JDK version to download from a list of vendors....
๐ŸŒ
JetBrains
intellij-support.jetbrains.com โ€บ hc โ€บ en-us โ€บ articles โ€บ 206544879-Selecting-the-JDK-version-the-IDE-will-run-under
Selecting the JDK version the IDE will run under โ€“ IDEs Support (IntelliJ Platform) | JetBrains
Define IDEA_JDK / PHPSTORM_JDK / WEBIDE_JDK / PYCHARM_JDK / RUBYMINE_JDK / CL_JDK / DATAGRIP_JDK / GOLAND_JDK variable depending on the product to override the default version from IDE_HOME\jbr. Use Rapid Environment Editor to add/edit the variables, it will detect incorrect paths. Starting from IntelliJ IDEA 2016 and the most recent versions of the lightweight IDEs, we are bundling custom JRE (JetBrains Runtime) with Linux distributions, just like we've been doing for Mac.
๐ŸŒ
JetBrains
jetbrains.com โ€บ guide โ€บ java โ€บ tips โ€บ download-jdk
Download a JDK - JetBrains Guide
October 1, 2025 - In the Download JDK popup, specify the JDK vendor and version, change the installation path if required, and click Download.
๐ŸŒ
Reddit
reddit.com โ€บ r/javahelp โ€บ does intellij installation automatically install java jdk?
r/javahelp on Reddit: Does IntelliJ installation automatically install Java JDK?
December 27, 2021 -

I'm prepping a Java programming course that requires IntelliJ Community Edition and where most students will likely have Windows pcs.

I don't typically use Windows & have a question about setup.

Do Windows users need to explicitly install the Java JDK after installing IntelliJ?

If so, is there any preference on variant (Oracle or OpenJDK) and version for working with latest IntelliJ?

Find elsewhere
๐ŸŒ
YouTube
youtube.com โ€บ watch
Installing and Setting up IntelliJ IDE with JDK 19 || First Hello World Java App || Windows 11 - YouTube
In this video,I will show you how to install and setup IntelliJ and also how to install and setup JDK in IntelliJ.I will also show how to change theme and ot...
Published ย  October 22, 2022
๐ŸŒ
JetBrains
blog.jetbrains.com โ€บ idea โ€บ 2023 โ€บ 03 โ€บ java-20-and-intellij-idea
Java 20 and IntelliJ IDEA | The IntelliJ IDEA Blog
March 27, 2023 - To use new language features like ... โ€˜Add SDK >โ€™, followed by โ€˜Download JDKโ€ฆโ€™. You can choose the JDK version to download from a list of vendors....
๐ŸŒ
Baeldung
baeldung.com โ€บ home โ€บ installation โ€บ how to set up and install intellij with jdk in linux
How to Set up and Install Intellij With JDK in Linux | Baeldung on Linux
February 7, 2024 - In this tutorial, weโ€™ll go through setting up and installing IntelliJ IDEA along with the JDK on our Linux system.
๐ŸŒ
Oracle
oracle.com โ€บ database โ€บ technologies
Java Development tools
This page describes changing the path of JDK, passing location of tnsnames.ora, and passing location and password for JKS Files as system properties in each one of these development tools. Refer to this page for steps to establish a successful connection when using JDeveloper, NetBeans, Eclipse, and Intellij. ... Download and install the latest JDK8 (version JDK8u71 or higher) or JDK 7 (JDK7u80 or higher).
๐ŸŒ
DEV Community
dev.to โ€บ danilopdl โ€บ using-java-21-on-intellij-36mm
Using Java 21 with IntelliJ IDEA - DEV Community
November 18, 2023 - Do you only need to update the JDK version of your project? What else you should do to be ready to start rocking some code? Following you will learn 3 steps to code with Java 21 using IntelliJ as your IDEA in Linux/Ubuntu. For that, you can follow this article or go to the download page.
๐ŸŒ
YouTube
youtube.com โ€บ watch
Installing Java (IntelliJ and JDK17) on Windows - YouTube
Installing Java (IntelliJ and JDK17) on an HP tablet with Windows 10 Jan. 2022
Published ย  January 3, 2022
๐ŸŒ
Download
intellij-idea.en.download.it โ€บ development software โ€บ general โ€บ intellij idea
IntelliJ IDEA - Free Download
Download IntelliJ IDEA 2021.2-build-212.4746.92. Powerful Java-focused IDE that automates boilerplate, streamlines debugging, and boosts multi-language productivity.
Rating: 6.9/10 โ€‹ - โ€‹ 23 votes
Top answer
1 of 6
78

Installing JDK

To install JDK, you can refer to help.ubuntu.com/community/Java.

If you want to install openJDK,

sudo apt-get install openjdk-7-jdk 

If you want to install Oracle JDK, you can use PPA from webup8 team.

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

Installing IntelliJ IDEA

[Updated Answer]

Download IntelliJ IDEA CE from www.jetbrains.com/idea/download/.

  1. Extract ideaIC-XX.Y.Z.tar.gz using

    tar -zxvf ideaIC-XX.Y.Z.tar.gz
    
  2. Run idea.sh in bin directory inside the extracted folder.

  3. To create command-line runner, Tools > Create Command-line Launcher
  4. To create a desktop entry, Tools > Create Desktop Entry

That's it. Now, you can launch IntelliJ from Ubuntu dash.

[Old Answer]

Download IntelliJ IDEA CE from www.jetbrains.com/idea/download/.

  1. Extract ideaIC-XX.Y.Z.tar.gz using

    tar -zxvf ideaIC-XX.Y.Z.tar.gz
    
  2. Become root.

    sudo -i
    
  3. Move the extracted folder to /opt/idea

    mv ideaIC-XX.Y.Z /opt/idea
    
  4. Create a desktop file and install it:

    gedit idea.desktop
    

    and copy the following to the idea.desktop file.

    [Desktop Entry]
    Name=IntelliJ IDEA 
    Type=Application
    Exec=idea.sh
    Terminal=false
    Icon=idea
    Comment=Integrated Development Environment
    NoDisplay=false
    Categories=Development;IDE;
    Name[en]=IntelliJ IDEA
    

    then execute the following command to automatically install it in the unity:

    desktop-file-install idea.desktop
    
  5. Create a symlink in /usr/local/bin using

    cd /usr/local/bin
    ln -s /opt/idea/bin/idea.sh
    
  6. For idea icon to be displayed in dash, idea icon can be added as

    cp /opt/idea/bin/idea.png /usr/share/pixmaps/idea.png
    

That's it. Now, you can launch IntelliJ from Ubuntu dash.

2 of 6
29

This should get you started:

#!/bin/sh

add-apt-repository ppa:webupd8team/java &&
apt-get update &&
apt-get install oracle-java7-installer &&
echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections &&
update-java-alternatives -s java-7-oracle &&

wget -O /tmp/intellij.tar.gz http://download.jetbrains.com/idea/ideaIC-12.0.4.tar.gz &&
tar xfz /tmp/intellij.tar.gz &&
cd idea-IC-123.169/bin &&
./idea.sh

Some things you should consider:

  • I'm not sure at which part the echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections has to be. Might be a line earlier.
  • The line cd idea-IC-123.169/bin is dependend on the IntelliJ version, as the extracted folder is named in that way. It only works with the version available while I'm writing this.
  • Same goes for the download link. It might change with a newer version.
  • I'm not sure what happens if you try to add a ppa that already exists again. This could lead to problems.
  • You have to execute the script as root
๐ŸŒ
GitHub
github.com โ€บ JetBrains โ€บ JetBrainsRuntime
GitHub - JetBrains/JetBrainsRuntime: Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
Download the latest releases of JetBrains Runtime to use with JetBrains IDEs. The full list can be found on the releases page. ... Contains the Java Runtime Environment (JRE) suitable to run JVM-based programs. ... Contains the Software Developmet Kit (SDK) suitable to develop and run JVM-based programs. ... Contains both JBR and JCEF; this flavour is bundled by default with all IntelliJ IDEs.
Starred by 1.8K users
Forked by 247 users
Languages ย  Java 73.7% | C++ 14.0% | C 8.1% | Assembly 2.7% | Objective-C 0.5% | HTML 0.3%
๐ŸŒ
JetBrains
jetbrains.com โ€บ idea โ€บ download
Download IntelliJ IDEA
June 1, 2021 - Download the latest version of IntelliJ IDEA, the leading IDE for professional development in Java and Kotlin. Available for Windows, macOS, and Linux.
๐ŸŒ
JetBrains
jetbrains.com โ€บ help โ€บ idea โ€บ installation-guide.html
Install IntelliJ IDEA | IntelliJ IDEA Documentation
1 month ago - You do not need to install Java to run IntelliJ IDEA because JetBrains Runtime is bundled with the IDE (based on JBR 21). However, to develop Java applications, a standalone JDK is required.
๐ŸŒ
JetBrains
jetbrains.com โ€บ products โ€บ compare
Compare IntelliJ IDEA Ultimate vs. undefined
Find the right tool ยท Whichever technologies you use, there's a JetBrains tool to match
๐ŸŒ
JetBrains
jetbrains.com โ€บ help โ€บ idea โ€บ sdk.html
SDKs | IntelliJ IDEA Documentation
In the main menu, go to File | Project Structure | Project Settings | Modules. Select the module for which you want to set an SDK and click Dependencies. If the necessary SDK is already defined in IntelliJ IDEA, select it from the Detected SDKs list.