Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to bundle Webkit into Eclipse?

Eclipse 3.7 (Indigo) now allows using Webkit as an underlying renderer for the SWT browser component. Nevertheless, runtime requirements say that Safari must be installed on the target machine. Is there a way to avoid this requirement by bundling Webkit/Safari into Eclipse similarly to how XULRunner is bundled?

Thanks!

like image 456
Michael Spector Avatar asked Aug 19 '11 07:08

Michael Spector


1 Answers

I think Genuitec did something that could help you.
from Genuite:

WebKit for SWT is an open-source embeddable Java(tm) WebKit browser component developed by Genuitec and contributed to the Eclipse Blinki Mobile DevKit project. WebKit for SWT can be used in the development of a wide range of Java SWT standalone and RCP applications that require integration of rich internet content, and services.

like image 157
Luiz E. Avatar answered Oct 01 '22 14:10

Luiz E.