Registry / utility / javafx-web

javafx-web

JSON →
library25.0.2javamavenunverified

JavaFX module providing web rendering capabilities via WebView.

<dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-web</artifactId> <version>25.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JAVAFX-WEB
J
javafx-web
utilityjavav25.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebView
javafx.scene.web.WebView

Create a WebView and load a URL.

import javafx.scene.web.WebView; public class Example { public static void main(String[] args) { WebView webView = new WebView(); webView.getEngine().load("https://example.com"); System.out.println("WebView created"); } }
Debug
Known issues
breakingRequires JavaFX runtime; not included in standard JDK distributions.
fix
Add JavaFX SDK or use a JDK that bundles JavaFX (e.g., Liberica FX).
affects: all
Upgrade
Version history
25.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
javafx-web — mvn dependency:get javafx-web · libregistry