Folie
Folie

Reputation: 327

Webkit Update in JAVAFX

Is it possible to update the webkit in the javafx *netbeans*?

Upvotes: 3

Views: 1886

Answers (2)

jewelsea
jewelsea

Reputation: 159566

Java snapshot releases generally utilize more recent versions of webkit than Java standard releases, so you could try a snapshot release and see if it exposes the WebKit functionality you seek.


There are currently no instructions provided by the JavaFX team on how you might yourself integrate an updated or modified WebKit version into JavaFX. I think any attempts to do so will require the Java portions of the JavaFX web node to be open sourced as there is likely a tight JNI based integration between the Java code and native code for the web node. Perhaps such instructions might be provided when the JavaFX web node is completely open sourced. You could request details from the open-jfx mailing list on how to do this as well as an eta for complete open sourcing.

Upvotes: 2

Perco
Perco

Reputation: 160

Source Code for Open Source Software Components: JavaFX

Modified Webkit source code

Upvotes: 2

Related Questions