Total Pageviews

Tuesday, June 9, 2015

Solution for GWT XULRUnner in GWT designer issue

Solution for GWT XULRUnner in GWT designer issue:

refer: https://packages.debian.org/squeeze/amd64/xulrunner-1.9.1/download


1. You should be able to use any of the listed mirrors by adding a line to your /etc/apt/sources.list like this:
deb http://ftp.de.debian.org/debian squeeze main 
Replacing ftp.de.debian.org/debian with the mirror in question.
For japan mirror:
deb http://ftp.jp.debian.org/debian squeeze main
2. apt-get update

3. apt-get install xulrunner-1.9.1

test:
type: xulrunner-1.9.1

After the xulrunner installation, if eclipse get crashed, when opened the design view, install the folowing from the terminal.

sudo apt-get install libwebkitgtk-1.0-common
sudo apt-get install libwebkitgtk-1.0-0

No comments: