Skip to content

Commit

Permalink
switch back tpo java 8 until the xml packaging for the mujoco is worked
Browse files Browse the repository at this point in the history
out
  • Loading branch information
Kevin Harrington committed Nov 9, 2024
1 parent 2247540 commit 37bd898
Showing 1 changed file with 11 additions and 86 deletions.
97 changes: 11 additions & 86 deletions jvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,111 +3,36 @@
"url":"https://cdn.azul.com/zulu/bin/"
,
"type":"tar.gz",
"name":"zulu17.50.19-ca-fx-jdk17.0.11-linux_x64",
"jvmargs":["-Dprism.forceGPU=true", "--add-exports",
"javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED",
"--add-exports",
"javafx.base/com.sun.javafx.event=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.skin.resources=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.scene.input=ALL-UNNAMED",
"--add-opens",
"javafx.graphics/javafx.scene=ALL-UNNAMED"]
"name":"zulu8.78.0.19-ca-fx-jdk8.0.412-linux_x64",
"jvmargs":["-Dprism.forceGPU=true"]
},
"Linux-aarch64":{
"url":"https://cdn.azul.com/zulu/bin/"
,
,
"type":"tar.gz",
"name":"zulu17.52.17-ca-fx-jdk17.0.12-linux_aarch64",
"jvmargs":["-Dprism.forceGPU=true", "--add-exports",
"javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED",
"--add-exports",
"javafx.base/com.sun.javafx.event=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.skin.resources=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.scene.input=ALL-UNNAMED",
"--add-opens",
"javafx.graphics/javafx.scene=ALL-UNNAMED"]
"name":"zulu8.78.0.19-ca-fx-jdk8.0.412-linux_aarch64",
"jvmargs":["-Dprism.forceGPU=true"]

},
"Windows-x64":{
"url":"https://cdn.azul.com/zulu/bin/"
,
"type":"zip",
"name":"zulu17.50.19-ca-fx-jdk17.0.11-win_x64",
"jvmargs":[ "--add-exports",
"javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED",
"--add-exports",
"javafx.base/com.sun.javafx.event=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.skin.resources=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.scene.input=ALL-UNNAMED",
"--add-opens",
"javafx.graphics/javafx.scene=ALL-UNNAMED"]
"name":"zulu8.78.0.19-ca-fx-jdk8.0.412-win_x64"
},
"Mac-x64":{
"url":"https://cdn.azul.com/zulu/bin/"
,
"type":"zip",
"name":"zulu17.50.19-ca-fx-jdk17.0.11-macosx_x64",
"jvmargs":["-Dprism.forceGPU=true", "--add-exports",
"javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED",
"--add-exports",
"javafx.base/com.sun.javafx.event=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.skin.resources=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.scene.input=ALL-UNNAMED",
"--add-opens",
"javafx.graphics/javafx.scene=ALL-UNNAMED"]
"name":"zulu8.78.0.19-ca-fx-jdk8.0.412-macosx_x64",
"jvmargs":["-Dprism.forceGPU=true"]
},
"Mac-aarch64":{
"url":"https://cdn.azul.com/zulu/bin/"
,
"type":"zip",
"name":"zulu17.50.19-ca-fx-jdk17.0.11-macosx_aarch64",
"jvmargs":["-Dprism.forceGPU=true", "--add-exports",
"javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED",
"--add-exports",
"javafx.base/com.sun.javafx.event=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.skin.resources=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.scene.input=ALL-UNNAMED",
"--add-opens",
"javafx.graphics/javafx.scene=ALL-UNNAMED"]
"name":"zulu8.78.0.19-ca-fx-jdk8.0.412-macosx_aarch64",
"jvmargs":["-Dprism.forceGPU=true"]
}

}

0 comments on commit 37bd898

Please sign in to comment.