Ubantu 13.04 + Eclipse Juno Installation

Ubantu 13.04 + Eclipse Installation
  1. Download Eclispe Juno
    [http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR2/eclipse-jee-juno-SR2-linux-gtk-x86_64.tar.gz]
  2. Extract eclipse tar
    tar -zxvf eclipse-jee-juno-SR2-linux-gtk-x86_64.tar.gz
  3. Copy eclipse to /opt.
  4. Create symlink
    sudo ln -s /opt/eclipse/eclipse /usr/bin/eclipse
  5. create a short-cut icon in the  Dashboard for convenience
  6. [Desktop Entry]
    Version=1.0
    Name=Eclipse
    Exec=eclipse
    Terminal=false
    Icon=/opt/eclipse/icon.xpm
    Type=Application
    Categories=IDE;Development
    X-Ayatana-Desktop-Shortcuts=NewWindow
    [NewWindow Shortcut Group]
    Name=New Window
    Exec=eclipse
    TargetEnvironment=Unity
  7. Done.

Comments

Popular Posts