Comment 2 for bug 109669

Revision history for this message
kurund (kurund-jalmi) wrote :

finally fixed this issue. Steps:

1. Install xulrunner sudo apt-get install xulrunner

2. cd

3. emacs .bashrc

4. add following lines:

export MOZILLA_FIVE_HOME=/usr/lib/xulrunner
export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME

5. run eclipse -clean

6. Internal browser should work :)