How to install Eclipse 4.2 on Ubuntu 12.10 -- amd64
I made it following these steps in a post on "askubuntu"~ Fairly clear~
*****************************The original post (with some modification)******************************
Because Eclipse packages in Ubuntu are out of date. If we want to install last releases we are going to do it manually. You can just download the tar.gz file from eclipse.org.
1) Download Eclipse. I got eclipse-jee-juno-SR2-linux-gtk-x86_64.tar.gz
2) Extract it by executing a command line
tar -xzf eclipse-jee-juno-SR2-linux-gtk-x86_64.tar.gz
Or with Archive Manager extraction.
3) Move extracted eclipse folder to /opt/ folder
mv eclipse /opt/
sudo chown -R root:root eclipse
sudo chmod -R +r eclipse
4) Create an eclipse executable in your user path
sudo touch /usr/bin/eclipse
sudo chmod 755 /usr/bin/eclipse
Create a file named eclipse
in /usr/bin/
with your preferred editor (nano
, gedit
, vi
...)
Copy this into it
#!/bin/sh
export ECLIPSE_HOME="/opt/eclipse"
$ECLIPSE_HOME/eclipse $*
And save the file
5) Create a Gnome menu item
Create a file named eclipse.desktop
in /usr/share/applications/
with your preferred editor (nano
,gedit
, vi
...)
Copy this into it
[Desktop Entry] Encoding=UTF-8 Name=Eclipse Comment=Eclipse IDE Exec=eclipse Icon=/opt/eclipse/icon.xpm Terminal=false Type=ApplicationCategories=GNOME;Application;Development; StartupNotify=true
And save the file
6) Launch Eclipse
/opt/eclipse/eclipse -clean &
7) Now you can Lock Eclipse to the launcher bar by clicking right button on Lock to Laucher
Source from: http://askubuntu.com/questions/26632/how-to-install-eclipse
相关推荐
ubuntu-12.10-desktop-i386.part07.rar
ubuntu-12.10-desktop-i386.part04.rar
ubuntu-12.10-desktop-i386.part13.rar
ubuntu-12.10-desktop-i386.part09.rar
How to install OMNET++ on Ubuntu 12.10
ubuntu-12.10-desktop-i386.part10.rar
ubuntu-12.10-desktop-i386.part12.rar
ubuntu-12.10-desktop-i386.part01.rar
ubuntu-12.10-desktop-i386.part06.rar
ubuntu-12.10-desktop-i386.part11.rar
ubuntu-12.10-desktop-i386.part03.rar
ubuntu-12.10-desktop-i386.part02.rar
ubuntu-12.10-desktop-i386.part05.rar
ubuntu-12.10-desktop-i386.part08.rar
ubuntu-12.10-server 流媒体服务器安装设置
在深入探讨如何在Ubuntu 12.10上设置ibus之前,我们首先需要理解ibus是什么以及它为何如此重要。ibus,全称为“Intelligent Input Bus”,是一个为GNU/Linux系统设计的输入方法框架,用于实现多语言输入。它通过提供...
美国国家标准ANSI C12.10-2011《瓦时表的物理特性—安全标准》是由美国国家标准协会(ANSI)批准,2011年6月28日发布的一项标准。这一标准是之前版本ANSI C12.10-2004的修订版,主要关注的是瓦时表(watthour meters...
本文将详细阐述如何在Ubuntu 12.10环境下为Android-x86-4.3平台下载源码,以及如何利用提供的repo工具进行版本管理。 首先,我们需要理解Ubuntu 12.10(Quantal Quetzal)是一个基于Debian的Linux发行版,广泛用于...
python -m easy_install frida-12.10.1-py2.7-win-amd64.egg ``` 2. **使用**: 安装完成后,你可以导入Frida模块并开始编写你的脚本。Frida的核心组件是`frida`模块,它提供了与Frida服务器交互的接口。 ```...
Ubuntu12.10作为一款流行的操作系统,它的使用手册对于新手来说至关重要。手册首先介绍了Ubuntu的版本更新规律,每年的四月和十月都会有新版本发布,例如最新的Ubuntu12.10,其界面的反映速度和美观性都有所提升。...