Skip to content

Commit

Permalink
Merge pull request #333 from Zweihander-Main/main
Browse files Browse the repository at this point in the history
Add OpenJFX
  • Loading branch information
b3nj5m1n committed Nov 29, 2023
2 parents b0a4eeb + f1f30c2 commit 45930c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/openjfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"help": "**Disclaimer: some applications don't respect this setting.**\n\nExport the following environment variable:\n\n```bash\nexport _JAVA_OPTIONS=\"-Djava.util.prefs.userRoot=${XDG_CONFIG_HOME}/java -Djavafx.cachedir=${XDG_CACHE_HOME}/openjfx\"\n```\n\n_Relevant pull request:_ https://github.com/javafxports/openjdk-jfx/pull/300\n",
"movable": true,
"path": "$HOME/.openjfx"
}
],
"name": "OpenJFX"
}

0 comments on commit 45930c4

Please sign in to comment.