Ubuntu16.04 下如何解决no java virtual machine was found after searching the following locations:问题

小编给大家分享一下Ubuntu16.04 下如何解决no java virtual machine was found after searching the following locations:问题,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!

Ubuntu16.04 下解决“no java virtual machine was found after searching the following locations:” 方法

先装JDK(Oracle官网),之后检查安装是否成功

如图: 
Ubuntu16.04 下如何解决no java virtual machine was found after searching the following locations:问题

下载好mars版的Eclipse后,发现无法正常打开,提示错误信息如下图所示: 
 

A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run Eclipse. No Java virtual machine
was found after searching the following locations:
/home/leblancs/Software/eclipse/jre/bin/java
java in your current PATH

分析错误得知,Eclipse没有找到jre,所以报错。

解决方法:

cd到eclipse的安装目录下,建立软连接,连接到 jre, 
ln -s /此处为jdk的安装目录/jre jre 即可。 
如图所示: 
Ubuntu16.04 下如何解决no java virtual machine was found after searching the following locations:问题

顺利启动eclipse 
Ubuntu16.04 下如何解决no java virtual machine was found after searching the following locations:问题

以上是“Ubuntu16.04 下如何解决no java virtual machine was found after searching the following locations:问题”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注行业资讯频道!