Linux下安装Eclipse
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
博客新址: http://blog.xuezhisd.top
邮箱:xuezhisd@126.com
前提
- 安装Eclipse之前,需要先安装Java。
- 安装Java参考 ubuntu下搭建JAVA开发环境
下载安装包
- 下载地址:点此下载
- 提示:校园网可以使用Ipv6站点下载,速度快。
复制文件
- 将文件复制到安装路径下
/usr/local/
,并解压,最后执行。
cp eclipse-java-luna-SR2-linux-gtk-x86_64.tar.gz /usr/local/
# 解压
tar -zxvf eclipse-java-luna-SR2-linux-gtk-x86_64.tar.gz
cd eclipse
# 命令行中启动Eclipse
./eclipse
##制作快捷方式
vi Eclipse.desktop
# 在文件中输入下面的内容
[Desktop Entry]
Name=Eclipse
Exec=/usr/local/eclipse/eclipse -desktop
Icon=/usr/local/eclipse/plugins/org.eclipse.platform_4.4.2.v20150204-1700/eclipse64.png
Type=Application
Comment=
Path=
Terminal=false
StartupNotify=false
# 复制到桌面中
mv Eclipse.desktop ~/Desktop/
##错误分析
-
双击快捷方式时,如果出现以下错误,
-
如果安装了JDK,通过在eclipse/路径下新建jre/bin来解决。
mkdir jre
cd jre
ln -s $JAVA_HOME/bin bin
- 重新双击快捷方式,解决错误。
##参考
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)