Install eclipse under ubuntu

Install:

Reference: https://blog.csdn.net/u013216156/article/details/78677740

 

The method to solve eclipse can't find jdk:

Create a new jre directory in the eclipse directory, and connect the jre/bin directory under jdk to this directory.

root@ubuntu:/home/xwdreamer/eclipse# mkdir jre
root@ubuntu:/home/xwdreamer/eclipse# ls
artifacts.xml  configuration  dropins  eclipse  eclipse.ini  features  icon.xpm  jre  notice.html  p2  plugins  readme
root@ubuntu:/home/xwdreamer/eclipse# cd jre/
root@ubuntu:/home/xwdreamer/eclipse/jre# ls
root@ubuntu:/home/xwdreamer/eclipse/jre# ln -s /usr/local/lib/jdk1.8.0_92/bin bin
root@ubuntu:/home/xwdreamer/eclipse/jre# ls
bin
root@ubuntu:/home/xwdreamer/eclipse/jre# 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325037552&siteId=291194637