Saturday, June 15, 2013

How-to Install and Getting-Started with IntelliJ IDEA 12.04 for Java Development on Linux Ubuntu 12.04 Precise Amd64 Easy Visual-Guide

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 Programming Development for Linux Ubuntu 12.04 LTS 64bit Precise Pangolin 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 and Retain the Article Includes the Basic Screenshots of the Essentials Steps Involved.

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

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