The Java port of the webview/webview project. It uses JNA and auto-extracts the required dll/dylib/so libraries (v 0.12.0) for your current system. Fork of the webview/webview_java project
|
|
x86, x86_64 |
|
|
aarch64, x86_64 |
|
|
x86, x86_64, arm, aarch64 |
Both MUSL and GLibC are supported out of the box. So it should work fine under distros like Debian, Arch, and Alpine.
macOS requires that all UI code be executed from the first thread, which means you will need to launch Java with -XstartOnFirstThread. This also means that the Webview AWT helper will NOT work at all.
