java.lang.Object
org.apache.derby.iapi.services.info.JVMInfo
- public abstract class JVMInfo
- extends java.lang.Object
What's the current JDK runtime environment.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDK_ID
public static final int JDK_ID
- The JVM's runtime environment.
- 1 - not used was JDK 1.1
- 2 - J2SE_13- JDK 1.2, 1.3
- 4 - J2SE_14 - JDK 1.4.0 or 1.4.1
- 5 - J2SE_142 - JDK 1.4.2
- 6 - J2SE_15 - JDK 1.5
J2SE_13
public static final int J2SE_13
- See Also:
- Constant Field Values
J2SE_14
public static final int J2SE_14
- See Also:
- Constant Field Values
J2SE_142
public static final int J2SE_142
- See Also:
- Constant Field Values
J2SE_15
public static final int J2SE_15
- See Also:
- Constant Field Values
J2ME
public static final boolean J2ME
JAVA_SQL_TYPES_BOOLEAN
public static final int JAVA_SQL_TYPES_BOOLEAN
- JDBC Boolean type - Types.BIT in JDK1.1 & 1.2 & 1.3, Types.BOOLEAN in JDK1.4
JVMInfo
public JVMInfo()
vmCheck
private static boolean vmCheck(java.lang.String vmVersion,
java.lang.String id)
- Check the vmVersion against a speciifc value.
Sun jvms are of the form
derbyVMLevel
public static java.lang.String derbyVMLevel()
- Return Derby's understanding of the virtual machine's environment.