Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Juno Internal Web Browser unavailable (Ubuntu)

I've installed Eclipse (Juno) on Ubuntu Precise and am unable to use Eclipse's internal web browser. I'm getting this error:

SWT Browser control is not available

I've searched around and haven't found a solution that works.

Thanks for your help!

Mike

like image 566
MikeP Avatar asked Jul 05 '12 23:07

MikeP


2 Answers

I did find a solution which worked:

sudo apt-get install libwebkitgtk-1.0-0

I'm not sure why, though.

Mike

like image 172
MikeP Avatar answered Sep 27 '22 21:09

MikeP


Under Linux, the SWT browser widget can either use Mozilla XULRunner or Webkit 1. I have had version conflicts between the web browser included in a Linux distro, XULRunner and what's accepted by SWT. Using Webkit seems an easier approach. If you have both XULRunner and Webkit installed, see 2 to select a specific toolkit.

like image 43
Kay Avatar answered Sep 27 '22 20:09

Kay