How to set up internal browser for Aptana on Linux

前端 未结 6 1471
悲哀的现实
悲哀的现实 2021-01-15 10:01

I downloaded the Aptana_Studio_Setup_Linux.zip package, unpacked it and run ./AptanaStudio. It starts fine, but reports one problem:

The embedded browser widget

6条回答
  •  一整个雨季
    2021-01-15 11:00

    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.

提交回复
热议问题