adt-bundle-linux eclipse 无法启动

来源:互联网 发布:java内存释放 编辑:程序博客网 时间:2024/05/19 19:32

我在http://stackoverflow.com/questions/14592015/cant-launch-eclipse-from-adt-bundle-in-ubuntu-12-04/15839044#15839044给出了回答:

I came across the same problem these days when i attempted to write cocos2d-x games with adt-bundle-linux. Now I finally fix that after googling around for hours. It turns out that this has nothing to do with adt-bundle-linux. The truth is that linux security settings result in such situations. It disables any executable file from other sources (in this case, it comes from the Internet and linux regards it as dangerous and unreliable files). Simply right click the eclipse and choose "properties", then go to the "Permission" tab and check "Allow executing file as program". Hope this will help you.^_^

linux默认情况下不会让我们运行来自其他地方的程序(比如说我们下载的),这时候我们只要更改这个程序的属性就行了:Properties --->  Permissions ,然后在 Allow executing file as program前面打勾。

原创粉丝点击