Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rendering webpages with WebKit in Java

Tags:

java

webkit

Is it possible to render webpages with WebKit through a Java application?

P.S. I want it to be compatible with Windows, Linux and Mac Os X.

like image 519
Xplane Avatar asked May 01 '11 18:05

Xplane


2 Answers

Qt WebKit with Qt Jambi. Supports Windows, Linux and Mac.

like image 166
gwohpq9 Avatar answered Oct 23 '22 12:10

gwohpq9


In JavaFX is included in Java 7. This contains WebView which is based on WebKit.

http://docs.oracle.com/javafx/2/webview/jfxpub-webview.htm

like image 33
Rob Mayhew Avatar answered Oct 23 '22 11:10

Rob Mayhew