jpablobr.com

→ ubuntu: Fix for Unable to locate tools.jar

More on: java, tip, ubuntu, Sun Sep 19 01:39:49 +0000 2010

If you are getting the following error:

Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk/lib/tools.jar

Try the following:

% sudo apt-get install sun-java6-jdk
% sudo update-alternatives --config java

select the option that has the path

/usr/lib/jvm/java-6-sun/jre/bin/java

Worked for me on an ubuntu 10.4

blog comments powered by Disqus