码迷,mamicode.com
首页 > 系统相关 > 详细

MyEclipse10.7安装Aptana后重启:An internal error has occurred. No more handles [Could not detect registered XULRunner to use]

时间:2017-11-20 19:02:38      阅读:385      评论:0      收藏:0      [点我收藏+]

标签:use   执行命令   path   his   you   ase   ons   浏览器   alt   

问题描述:

  当安装Aptana插件后重启MyEclipse10.7,发生错误:

  An internal error has occurred.

  No more handles [Could not detect registered XULRunner to use]

 问题截图:

技术分享图片

 问题解决:

  第一,下载xulrunner,下载地址:http://ftp.mozilla.org/pub/xulrunner/releases/1.8.0.1/win32/en-US/

  第二,在其所解压文件夹:D:\MyDev\xulrunner-1.8.0.1.en-US.win32\xulrunner中,Shift+右键->在此处打开命令窗口(M),执行命令:xulrunner.exe --register-global,表示为所有用户注册xulrunner

技术分享图片

  第三,为MyEclipse的myeclipse.ini文件的最后一行添加如下配置:

  -Dorg.eclipse.swt.browser.XULRunnerPath=D:/MyDev/xulrunner-1.8.0.1.en-US.win32/xulrunner

技术分享图片

  第四,重启MyEclipse,仍然发生本文开头的问题截图,并且同时有以下信息:

  aptana requires firefox 1.5+ for javascript debugging support.
  firefox could not be found at the default locations on this computer.
  if you wish to debug javascript, please create a debug configuration with the correct firefox path or download it from http://www.getfirefox.com/

  则表示插件没有在默认安装路径中找到本机的FireFox浏览器,需要点击Browse找到FireFox的firefox.exe,至此为该插件配置FireFox浏览器完毕

插件配置:

  技术分享图片

技术分享图片

 

MyEclipse10.7安装Aptana后重启:An internal error has occurred. No more handles [Could not detect registered XULRunner to use]

标签:use   执行命令   path   his   you   ase   ons   浏览器   alt   

原文地址:http://www.cnblogs.com/yeyeyeid/p/aptana-in-eclipse-jee-indigo.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!