All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dorkbox.os.JVM.kt Maven / Gradle / Ivy

Go to download

Information about the system, Java runtime, OS, Window Manager, and Desktop Environment.

The newest version!
package dorkbox.os

internal object JVM {
    // java 8 cannot use JPMS. We use a multi-release jar to detect the state for java9+ runtimes

    /**
     * Returns true if the currently running JVM is using the classpath or modules (JPMS)
     */
    var usesJpms = false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy