• (转) How to install eclipse in ubuntu 12.04


    源地址:http://www.krizna.com/ubuntu/install-eclipse-in-ubuntu-12-04/

    Eclipse installation in ubuntu 12.04 is very simple . you can install eclipse using “software center” but you may not get the latest version, better download the latest version and install manually . Here we can see how to install eclipse in ubuntu manually .

    install eclipse ubuntu 12.04

    Installing eclipse in ubuntu 12.04

    Step 1 » Before installing eclipse you need to install java , you can either install JRE or JDK .
    krizna@leela:~$ sudo apt-get install openjdk-7-jre
    [or]
    If you are going to use eclipse for java development, then you can install JDK
    krizna@leela:~$ sudo apt-get install openjdk-7-jdk


    Step 2 » Download the latest eclipse package from herehttp://www.eclipse.org/downloads/?osType=linux


    Step 3 » move the package to the /opt directory
    krizna@leela:~$ sudo mv eclipse-SDK-4.2.2-linux-gtk.tar.gz /opt/


    Step 4 » Unzip the package by typing the below command
    krizna@leela:~$ cd /opt
    krizna@leela /opt:~$ sudo tar -xvf eclipse-SDK-4.2.2-linux-gtk.tar.gz


    Step 5 » Create a new desktop file eclipse.desktop in /usr/share/applications/ and add the below lines .

    Step 6 » Now goto /usr/share/applications and find eclipse.desktop file for launching eclipse , you can drag this file to the launcher.
    install eclipse ubuntu 12.04
    good luck

  • 相关阅读:
    20200722T1 【NOIP2015模拟10.29A组】三色树
    【NOIP2015模拟10.29B组】抓知了
    20200721T2 【NOIP2015模拟10.22】最大子矩阵
    20200721T1 【NOIP2015模拟10.22】矩形
    20200720T4 五子棋
    [JZOJ3809] 设备塔
    注册了!
    Python之元组和集合
    Python中列表详解
    python 字符串
  • 原文地址:https://www.cnblogs.com/assassin/p/3972057.html
Copyright © 2020-2023  润新知