Eclipse 3.6 Helios for Ubuntu 10.10 [英] Eclipse 3.6 Helios for Ubuntu 10.10

查看:109
本文介绍了Eclipse 3.6 Helios for Ubuntu 10.10的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的dell工作室笔记本电脑上安装了ubuntu 10.10网络版。我下载了eclipse网站的helios,但是当我无法运行它。我从synaptic包管理器下载了eclipse 3.5,但是我无法将eclipse 3.5更新为eclipse 3.6。是否有其他方式更新eclipse? Eclipse 3.6支持HTML 5.



请让我知道,谢谢提前许多

解决方案

尝试这样:



要在ubuntu上安装eclipse,您需要首先从 http://www.eclipse.org/downloads/
右键单击提取下载的文件,并在此处提取或运行以下内容:

  tar xzf dir / eclipse-SDK-3.3.1.1-linux-gtk.tar.gz 


现在将其移动到根目录。应用以下命令来执行此操作。

  sudo mv dir / eclipse〜
/ pre>

现在你已经准备好配置你的eclipse了。为此,请按照以下步骤操作:

  sudo mv eclipse / opt / 

照顾权限:

  sudo chmod -R + r / opt / eclipse 
sudo chmod + x / opt / eclipse / eclipse

在您的路径中创建一个可执行文件:

  sudo touch / usr / bin / eclipse 
sudo chmod 755 / usr / bin / eclipse
sudo gedit / usr / bin / eclipse

复制以下内容内容并保存文件:

 #!/ bin / sh 
export ECLIPSE_HOME =/ opt / eclipse
$ ECLIPSE_HOME / eclipse $ *

我们还可以通过创建符号链接来使eclipse可执行文件遍历各处: / p>

  sudo ln -s / usr / bin / eclipse / bin / eclipse 
pre>

创建菜单图标:

  sudo gedit / usr / share / applications / eclipse.desktop 

输入此内容并保存:

  [桌面条目] 
Encoding = UTF-8
名称= Eclipse
评论= Eclipse IDE
Exec = eclipse
图标= / opt / eclipse / icon.xpm
Terminal = false
Type = Application
Categories = GNOME; Application;发展;
StartupNotify = true

首次运行:

  eclipse -clean 

你可以现在通过在终端或GNOME菜单中键入eclipse来启动Eclipse应用程序 - >编程 - > Eclipse


I have ubuntu 10.10 net book edition installed on my dell studio laptop. I downloaded helios for the eclipse site but when I am not able to run it. I have downloaded eclipse 3.5 from synaptic package manager but I am not able to update eclipse 3.5 to eclipse 3.6. Is der any other way to have updated eclipse? Eclipse 3.6 supports HTML 5.

Please let me know, thanks a lot in advance

解决方案

Try this:

To install eclipse on ubuntu you need to download it first from http://www.eclipse.org/downloads/ Extract the downloaded file by right click on it and extract here or running the following:

tar xzf dir/eclipse-SDK-3.3.1.1-linux-gtk.tar.gz

Where eclipse-SDK-3.3.1.1-linux-gtk is your eclipse-SDK name with version and dir is the directory of eclipse-sdk.

Now move it to the root directory. Apply the following command to do this.

sudo mv dir/eclipse ~

Now you are ready to configure your eclipse. To do this follow the following step by step...

sudo mv eclipse /opt/

Take care of the permissions:

sudo chmod -R +r /opt/eclipse
sudo chmod +x /opt/eclipse/eclipse

Create an executable in your path:

sudo touch /usr/bin/eclipse
sudo chmod 755 /usr/bin/eclipse
sudo gedit /usr/bin/eclipse

Copy the following content and save the file:

#!/bin/sh
export ECLIPSE_HOME="/opt/eclipse"
$ECLIPSE_HOME/eclipse $*

Let’s also make eclipse executable everywhere by creating a symlink:

sudo ln -s /usr/bin/eclipse /bin/eclipse

Create the menu icon:

sudo gedit /usr/share/applications/eclipse.desktop

Type in this content and save:

[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Comment=Eclipse IDE
Exec=eclipse
Icon=/opt/eclipse/icon.xpm
Terminal=false
Type=Application
Categories=GNOME;Application;Development;
StartupNotify=true

Run for the first time:

eclipse -clean

You can now start Eclipse by simply typing eclipse in the terminal or from the GNOME menu Applications -> Programming -> Eclipse

这篇关于Eclipse 3.6 Helios for Ubuntu 10.10的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆