public final class JkUtilsSystem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
IS_WINDOWS
Flag valuing
true if the running underlying ofSystem is
Windows. |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.nio.file.Path> |
classloaderEntries(java.net.URLClassLoader classLoader)
Returns the classpath of this classloader without mentioning classpath of
the parent classloaders.
|
static void |
disableUnsafeWarning()
On Jdk 9+, a warning is emitted while attempting to access private fields by reflection.
|
public static final boolean IS_WINDOWS
true
if the running underlying ofSystem is
Windows.public static java.util.List<java.nio.file.Path> classloaderEntries(java.net.URLClassLoader classLoader)
public static void disableUnsafeWarning()