dorkbox.os.JVM.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OS Show documentation
Show all versions of OS Show documentation
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