Aptana插件崩溃Eclipse [英] Aptana plugin crashes Eclipse

查看:574
本文介绍了Aptana插件崩溃Eclipse的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Ubuntu 11.04笔记本电脑上使用Eclipse EE Indigo。我使用的是Sun JDK。当我使用help / install新软件安装aptana插件,然后通过粘贴安装aptana



http://download.aptana.com/studio3/plugin/install



字段,它安装得很好,然后提示我重新启动Eclipse。现在,我不能再启动Eclipse了。它打开,但崩溃,似乎在尝试启动aptana插件。



这是一个主要的问题,因为我的Eclipse已经非常定制,我需要能够工作。我没有找到任何有关如何解决这个问题的网络上的信息。任何帮助将非常感激。



我注意到,在Eclipse崩溃之前,来自Aptana插件的消息被打印在控制台:aptana javascript脚本控制台启动

解决方案

我发现一个紧急修复程序,让我再次开始使用Eclipse。这是非常钝的,而不是你期望处理这样的问题,唉,似乎至少我的Eclipse是重新运行。



因为Eclipse崩溃后不久,启动后,它是不可能卸载崩溃的插件。我做的是以下内容:




  • 确保Eclipse没有运行。


  • 在终端中执行此命令

  •  查找。 -name * aptana * -exec rm -rf {} \; 




请注意,所有者并具有在Eclipse文件夹中执行此操作所需的权限。如果你不是Eclipse文件夹的所有者,或者如果你缺少一些权限,你可能必须在命令的其余部分之前插入sudo才能正常工作。



此命令将搜索当前文件夹和所有子文件夹中任何具有字符串aptana的文件和文件夹,并删除它们。




  • 执行

     查找。 -name * aptana * 




没有什么剩下。运行此命令时应该没有结果。如果你得到一些结果,那么所有aptana文件和文件夹仍然没有被删除。





  • 转到帮助/安装新软件,然后单击已安装的内容


  • <


  • 选择Aptana插件并按卸载。

    b


Eclipse现在应该像安装Aptana之前一样工作。至少我的Eclipse似乎这样做。


I use Eclipse EE Indigo on a Ubuntu 11.04 laptop. I use the Sun JDK. When I installed the aptana plugin using help/install new software and then installed aptana by pasting

http://download.aptana.com/studio3/plugin/install

into the "work with" field, it installed just fine and then prompted me to restart Eclipse. Now, I cannot start Eclipse anymore at all. It opens but crashes, seemingly when trying to initiate the aptana plugin.

This is a major problem for me because my Eclipse was already very customized and I need to be able to work. I haven't been able to find any info on how to solve this issue on the web. Any help would be greatly appreciated.

I noticed that right before Eclipse crashes, this message from the Aptana plugin is printed in the console: aptana javascript scripting console started

解决方案

I found an emergency fix that allowed me to start using Eclipse again. It is very blunt and NOT the way you'd expect to deal with problems like this, alas, it seems at least my Eclipse is up and running again.

Because Eclipse crashed very shortly after having started up, it was impossible to uninstall the plugin that crashed it. What I did was the following:

  • Make sure Eclipse is not running.
  • Make a backup copy of the Eclipse folder.
  • Navigate to the folder in the terminal

  • Execute this command in terminal:

    find . -name *aptana* -exec rm -rf {} \;
    

Note that this works for me because I am the owner and have the necessary permissions to perform this operation in my Eclipse folder. If you are not the owner of the Eclipse folder, or if you lack some permissions, chances are you may have to insert sudo before the rest of the command in order for it to work.

This command will search the current folder and all subfolders for any files and folders that has the string aptana in their names, and delete all of them.

  • Execute

    find . -name *aptana*
    

in terminal to confirm that there is nothing left. There should be no results when running this command. If you get some results, then all aptana files and folders have still not been deleted.

  • Should the previous command leave no results, start Eclipse.

  • Go to Help/Install new software and then click What is already installed?

  • Select the Aptana plugin and press uninstall.

  • Restart Eclipse when prompted to do so.

Eclipse should now work just like before you installed Aptana. At least my Eclipse seems to do so.

这篇关于Aptana插件崩溃Eclipse的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆