public class JdkUtil extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
IS_ANDROID
是否Android环境
|
static boolean |
IS_AT_LEAST_JDK17
是否大于等于JDK17
|
static boolean |
IS_JDK8
是否JDK8
由于Hutool基于JDK8编译,当使用JDK版本低于8时,不支持。 |
static int |
JVM_VERSION
JDK版本
|
Constructor and Description |
---|
JdkUtil() |
Copyright © 2024. All rights reserved.