Skip to content

OldValencia/webview_java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webview

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

browser

Examples

Example
Bridge Example

Supported Platforms

x86, x86_64
aarch64, x86_64
x86, x86_64, arm, aarch64

Linux

Both MUSL and GLibC are supported out of the box. So it should work fine under distros like Debian, Arch, and Alpine.

macOS

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.

About

A Java wrapper of https://github.com/webview/webview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 91.6%
  • JavaScript 8.4%