Merge pull request #2350 from SiboVG/add-jvm-args

Add JVM arguments to fix 3D issue on Windows
This commit is contained in:
Sibo Van Gool 2023-09-26 14:26:04 +02:00 committed by GitHub
commit a01db37ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
<versionLine x="489" y="143" text="version ${compiler:sys.version}" fontSize="10" fontColor="255,255,255" />
</text>
</splashScreen>
<java mainClass="net.sf.openrocket.startup.OpenRocket">
<java mainClass="net.sf.openrocket.startup.OpenRocket" vmParameters="--add-exports java.base/java.lang=ALL-UNNAMED --add-exports java.desktop/sun.awt=ALL-UNNAMED --add-exports java.desktop/sun.java2d=ALL-UNNAMED">
<classPath>
<archive location="OpenRocket.jar" failOnError="false" />
</classPath>