How to set up internal browser for Aptana on Linux

妖精的绣舞 提交于 2019-12-01 10:30:38

I happened to come across this: https://groups.google.com/forum/#!msg/xmind/5SjPTy0MmEo/PbPi0OGzqPwJ

Which advised running:

sudo apt-get install libwebkitgtk-1.0-0

should solve the problem. It worked for me so I figured I'd share here.

FWIW, I ended up here while trying to get the Play! Framework working on Ubuntu 13.04. using the Scala-IDE. So far, everything seems to be working...

You need to download and install XULRunner from mozilla.org, and point MOZILLA_FIVE_HOME to that directory.

After installing xulrunner you need to set this:

MOZILLA_FIVE_HOME=/usr/lib/xulrunner

You will have to install XULRunner then edit the eclipse.ini.

After installing xulrunner, adding the following line in the eclipse.ini solved the problem of "No more handles" issue.

-Dorg.eclipse.swt.browser.XULRunnerPath=/opt/eclipse/xulrunner/

I am using eclipse 3.63 and ubuntu 12.04.

Edit: getting internal browser to work is NOT required in order to get PHP support in Aptana. Just install PHP support from Help, Software updates menu.

If this is the problem I think you're having, just installing Firefox 2 (alongside FF3) should fix the issue. It happens because Aptana can only use FF2 at the moment. Hopefully they'll fix this soon.

If you're on Ubuntu, it's really just a case of:

sudo apt-get install firefox-2

Naturally, the process will vary on different distributions.

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