Wednesday, September 18, 2013

How-to Install IntelliJ IDEA Ubuntu i386/Amd64 Easy Visual-Guide

How-to Install IntelliJ IDEA Ubuntu 32/64bit

The Step-by-Step Easy Visual-Guide Show Exactly How-to Install and Getting-Started with the Latest JetBrains IntelliJ IDEA 12 FREE Community Edition for Java Development for Linux Ubuntu 10-11-12-13 32/64bit Unity Desktop.

To Make Best Use of the IntelliJ 12 IDEA you should Need the Oracle Sun Java SE Official JDK7 Installation on Ubuntu.

To Make the Entire Process Easier to Visualize the How-to Install IntelliJ IDEA Ubuntu Includes the Basic Screenshots of the Steps Involved.

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make the Install Intellij IDEA Ubuntu Easier to Read and Digest ;)

Install IntelliJ IDEA Ubuntu - gnomePenguin JetBrains
  1. Download IntelliJ IDEA 12:

    IntelliJ 12 tar.gz for Linux
  2. Double-Click and Extract IntelliJ Archive into /tmp Ubuntu Install IntelliJ IDEA 12 Extraction
  3. Open Terminal Window
    Linux Ubuntu12 Open Terminal
  4. Relocate IntelliJ Idea Folder
    sudo su
    mv /tmp/idea* /opt/idea

    make a Symlink for Adding to the Path

    ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
  5. Starting IntelliJ IDEA

    Next you can Start IntelliJ from Terminal with

    idea.sh
  6. How-to Easy Creating an IntelliJ 12 Quick Launcher

    Easy IntelliJ12 Desktop Launcher
  7. Quick Getting-Started on IntelliJ IDEA 12 with Java Hello World

    Hello World on IntelliJ12 Java
IntelliJ IDEA