Skip to content

Commit e70a4b8

Browse files
committed
Update README.md
1 parent 955abb2 commit e70a4b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ A (new!) Java port of the [webview project](https://github.com/webview/webview).
88
2) Copy and run the example in `Example.java`.
99
3) Profit!
1010

11+
## MacOS
12+
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.
13+
1114
## TODO
1215

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

0 commit comments

Comments
 (0)