Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MultiReleaseSupportingJar (0.24 sec)

  1. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classloader/JarCompat.java

                throw new UnsupportedOperationException("Cannot get runtime version used when running on Java <9");
            }
        }
    
        @SuppressWarnings("Since15")
        private static class MultiReleaseSupportingJar extends JarCompat {
            MultiReleaseSupportingJar(File jarFile) throws IOException {
                // Set up the MR-JAR properly when running on Java 9+.
                super(new JarFile(jarFile, true, JarFile.OPEN_READ, JarFile.runtimeVersion()));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top