public class JDK extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
IS_5
True if JDK is 1.5 (or newer)
|
static boolean |
IS_6
True if JDK is 1.6 (or newer)
|
static boolean |
IS_7
True if JDK is 1.7 (or newer)
|
static boolean |
IS_8
True if JDK is 1.8 (or newer)
|
static boolean |
IS_9
True if JDK is 1.9 (or newer)
|
Constructor and Description |
---|
JDK() |
public static final boolean IS_5
public static final boolean IS_6
public static final boolean IS_7
public static final boolean IS_8
public static final boolean IS_9
Copyright © 1995–2021 Mort Bay Consulting. All rights reserved.