Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Aug 28, 2022
1 parent 7d488cb commit 1a8105c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ A (new!) Java port of the [webview project](https://github.com/webview/webview).

## How to use

1) Include the libary in your project (see the [JitPack page](https://jitpack.io/#Casterlabs/webview)).
2) Copy and run the example in `Example.java`.
3) Profit!
1. Include the libary in your project (see the [JitPack page](https://jitpack.io/#Casterlabs/webview)).
2. Copy and run the example in `Example.java`.
3. Profit!

## 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.

## TODO

Build our own DLLs and whatnot, the current ones are copied from the C# port.
Build our own DLLs and whatnot, the current ones are copied from the Kotlin port.

0 comments on commit 1a8105c

Please sign in to comment.