CentOS 6: Install IntelliJ IDEA

Versions

  1. CentOS 6.5 x86_64
  2. Oracle Java JDK 1.7
  3. IntelliJ IDEA Community 13.1.4

Install

Note
replace $VERSION below with the latest version of IntelliJ IDEA. After extraction, replace $BUILD with the build number located on the directory named idea-IC-$BUILD.

Download latest version of IntelliJ IDEA, extract and put in /usr/lib (file names vary with version number):

Example

Configure

  1. Add to /usr/bin:

    Typically, I need more memory for the JVM that runs IntelliJ IDEA. Edit /usr/lib/idea/bin/idea.vmoptions and change the following lines:

    Repeat the same edits above for /usr/lib/idea/bin/idea64.vmoptions

  2. Raise the inotify limit of watchable directories from 7k to a higher value, such as 512k, edit /etc/sysctl.conf

    Apply the change without reboot:

Verify

Start it up:

intellij-idea-complete-installation.png

intellij-idea-welcome.png

2 thoughts on “CentOS 6: Install IntelliJ IDEA

  1. Riobe

    Thank you so much for this. As a new Linux user this is a super useful look into how to go from *.tar.gz into an installed application which I’ve been looking for.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">