On Dec 28, 12:20 pm, Anatoly <
zapadin...@gmail.com> wrote:
> It seems that you haven't browser support in your eclipse...
Indeed, that was the problem. Thank you for your hint.
Trying to add an external browser setting to eclipse didn't work, I
could see this error in the error log:
"Internal browser is not available: No more handles [Unknown Mozilla
path (MOZILLA_FIVE_HOME not set)]"
The fix was to enable the grayed out internal web browser. I did this
by running eclipse like this:
$ MOZILLA_FIVE_HOME=/usr/lib/seamonkey eclipse
It wasn't possible to use firefox instead of seamonkey, I found the
reason for this by googling. Here is a reference link:
http://www.eclipse.org/swt/faq.php#browserlinux
Perhaps you could use the content of this topic to improve a bit the
eclipse plugin manual, just in case that other people would run into
the same issue.