I was getting this error:
Embedded browser not available
java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3346 or swt-mozilla-gtk in swt.library.path...
Apparently the xulrunner package is needed:
sudo apt-get install xulrunner
...then close and reopen eclipse. Works like a charm.