Reputation: 37019
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!
Upvotes: 8
Views: 1887
Reputation: 7279
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.
Upvotes: 1