'tools.jar' is not in IDEA classpath
发表于 : 2015-01-02 17:02
'tools.jar' is not in IDEA classpath.
Please ensure JAVA_HOME points to JDK rather than JRE.
On my Linux Mint environment I've encountered the same problem. I tried to install Oracle JDK8 using
but the problem remained because installer didn't change environment variables. Then I tried the following
and it solved the problem
Please ensure JAVA_HOME points to JDK rather than JRE.
On my Linux Mint environment I've encountered the same problem. I tried to install Oracle JDK8 using
代码: 全选
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
代码: 全选
sudo apt-get install oracle-java8-set-default