Closed Mythicaeda closed 8 months ago
Replaces the JDK 19-compiled JNI SPICE JAR with a JDK 21-compiled version.
From the third-party directory, run the following command:
third-party
unzip -p JNISpice-N0067.jar META-INF/MANIFEST.MF
On this branch, you will get the following output:
Manifest-Version: 1.0 Created-By: 21.0.2 (Eclipse Adoptium)
On develop, you will get the following output:
Manifest-Version: 1.0 Created-By: 19 (Eclipse Adoptium)
Description
Replaces the JDK 19-compiled JNI SPICE JAR with a JDK 21-compiled version.
Verification
From the
third-party
directory, run the following command:On this branch, you will get the following output:
On develop, you will get the following output: