jxbrowser icon

jxbrowser

com.teamdev.jxbrowser · Developer Tools · v1.0
Intel Only 2 devices · 154.8 MB · Impact: 55/100
About This App

JxBrowser is a Java library that embeds a Chromium-based web browser into Swing, JavaFX, and SWT applications. Developers use it to add rich web content, HTML5 rendering, and JavaScript execution to desktop Java applications without relying on system-installed browsers or heavyweight external dependencies. It bundles its own Chromium binaries and handles cross-platform deployment for Windows, macOS, and Linux. Common use cases include embedding web-based UIs in enterprise Java applications, building rich clients for web services, and creating hybrid desktop apps that combine Java business logic with web technologies.

Versions Seen 1 version
v1.0

AI Recommendation

1 suggestion
JxBrowser AI
https://teamdev.com/jxbrowser/

JxBrowser ships separate native ARM64 Chromium binaries (jxbrowser-mac-arm.jar) for Apple Silicon Macs, and the vendor has actively dropped Rosetta 2 support as of version 8.2.1 (released December 2024) and version 7.41.5. If you are a developer shipping JxBrowser-based applications on macOS, ensure you are using the latest release and that your deployment includes the ARM64 variant of the Chromium binaries for Apple Silicon targets. Check your dependency management (Maven, Gradle, etc.) to confirm you are pulling jxbrowser-mac-arm.jar rather than the legacy x64 build. Visit the JxBrowser release notes at teamdev.com/jxbrowser/release-notes to confirm you have the current version and to review any migration notes for your specific use case. The library actively supports Apple Silicon, so no alternative is needed — just ensure your build configuration references the correct platform-specific JAR.