Commit 1fcabc8
committed
Disable Java GUI components
Adding `-Djava.awt.headless=true` apparently prevents the annoying, laggy
GUI popups when launched ZXing CLR on MacOS or Windows.
Found at https://stackoverflow.com/a/60828709/207891 parent 69497a7 commit 1fcabc8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments