| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8b13be8 commit 0d8bde5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -104,7 +104,8 @@ compose.desktop { | |||
| 104 | 104 | iconFile = rootProject.file("build/linux/processing.png") | |
| 105 | 105 | // Fix fonts on some Linux distributions | |
| 106 | 106 | jvmArgs("-Dawt.useSystemAAFontSettings=on") | |
| 107 | - | ||
| 107 | + // Enable access to restricted methods; see initBase in LinuxPlatform.java | ||
| 108 | + jvmArgs("--add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED") | ||
| 108 | 109 | } | |
| 109 | 110 | } | |
| 110 | 111 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments