deepin安装压缩版eclipse使用软链接
Tofloor
poster avatar
小明Hackintosh
deepin
2019-06-12 08:12
Author


先安装java,在/etc/profile配置系统环境变量。
再安装eclipse,原以为,下载,解压,双击就可以跑了,没想到,居然报错了。

这里提供一个解决方案
在eclipse运行运行以下命令,软链接系统的jre
  1. ln -s /usr/bin/java/jdk1.8.0_211/jre jre
Copy the Code
注意,
  1. /usr/bin/java/jdk1.8.0_211/jre
Copy the Code
是你的jre目录。现在 ,双击eclipse就可以运行了。
Reply Favorite View the author
All Replies
avatar
文刀
deepin
2019-06-12 08:24
#1
有ideaLinux版的可以用为啥用Eclipse
Reply View the author
avatar
魔法师
deepin
2019-06-12 16:31
#2
修改/etc/profile是要注销(登出)的。而且楼主似乎并没有配置正确。。
Reply View the author
avatar
josonlee
deepin
2019-06-13 05:26
#3
那是你java环境没配好,eclipse识别不了
Reply View the author
avatar
toto332995805
deepin
2019-06-13 18:18
#4
https://bbs.deepin.org/post/179148
有ideaLinux版的可以用为啥用Eclipse

因为正版
Reply View the author
avatar
文刀
deepin
2019-06-13 18:29
#5

idea也是正版,又不是盗版,idea官网就提供Linux版的
Reply View the author
avatar
toto332995805
deepin
2019-06-17 18:14
#6
https://bbs.deepin.org/post/179148
idea也是正版,又不是盗版,idea官网就提供Linux版的

那就是因为免费
Reply View the author
avatar
toto332995805
deepin
2019-06-17 18:15
#7
https://bbs.deepin.org/post/179148
idea也是正版,又不是盗版,idea官网就提供Linux版的

那就是因为免费,idea免费版不行
Reply View the author