martedì 18 giugno 2013

How-to Install and Getting-Started with IntelliJ IDEA 12 IDE on Linux Ubuntu 13.04 Raring 64bit 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 13.04 Raring Ringtail Amd64 Unity Desktop.

To Make Best Use of the IntelliJ 12 IDEA is Strongly Recommended 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

    Cmd and Search "term"

    Linux Ubuntu Raring 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