From 37bd898e46ccf7cbf81aaf19ab19727e9e8e0ec3 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 9 Nov 2024 14:44:33 -0500 Subject: [PATCH] switch back tpo java 8 until the xml packaging for the mujoco is worked out --- jvm.json | 97 +++++++------------------------------------------------- 1 file changed, 11 insertions(+), 86 deletions(-) diff --git a/jvm.json b/jvm.json index 6279832dd..706675686 100644 --- a/jvm.json +++ b/jvm.json @@ -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"] } } \ No newline at end of file