Searched defs:JAVA_VERSION (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DConstants.java36 public static final String JAVA_VERSION = System.getProperty("java.version"); field in class:Constants
41 public static final boolean JAVA_1_1 = JAVA_VERSION.startsWith("1.1.");
45 public static final boolean JAVA_1_2 = JAVA_VERSION.startsWith("1.2.");
49 public static final boolean JAVA_1_3 = JAVA_VERSION.startsWith("1.3.");

Completed in 17 milliseconds