Eclipse - “compute launch button tooltip” error

江枫思渺然 提交于 2019-12-12 11:28:08

问题


I'm trying to run Android SDK with Eclipse for the first time. I have never used Eclipse before and I'm running into the following error message over and over again, with no specific trigger: "compute launch button tooltip has encountered a problem".

See screenshot attached.

I tried to Google it but I can't find a solution. It's driving me crazy, please help. I'm using Ubuntu 12.04 LTS. I tried re-installing Eclipse, same thing.


回答1:


See this SO answer to a similar question with the same error. It worked for me. Solution was to run:

$ sudo apt-get --reinstall install tzdata-java



回答2:


I ran into same problem. I had the latest update of OpenJDK (1.7) I've downloaded the Oracle JDK 1.7 rpm package from oracle converted it to deb package using alien

alien -d -c rpm-package.rpm

then in eclipse selected 1.7 version and searched for relevant JREs it solved the problem.




回答3:


Try using JRE6 instead of 7. Solved it for me.



来源:https://stackoverflow.com/questions/12481730/eclipse-compute-launch-button-tooltip-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!