mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Violette Roche-Montane
06.32.2014 ae2964516ff5296a50b354b4c1283879a637dc0c
opendj-server/src/main/java/org/forgerock/opendj/server/setup/model/Model.java
@@ -259,14 +259,6 @@
        this.installationPath = installationPath;
    }
    void checkJavaVersion() throws ConfigException {
        final String version = System.getProperty("java.specification.version");
        if (!(Float.valueOf(version) >= 1.6)) {
            // TODO change exception : original was IncompatibleVersionException
            throw new ConfigException(LocalizableMessage.raw("invalid java version" + version));
        }
    }
    /**
     * Creates a basic data store model configuration for setup.
     */