Recent versions of Solr require Java 7+. We should provide a way to somehow require a minimum java version (in the jetty.yml file?) and raise an appropriate error otherwise.
Linux and Mac systems could do a system call, ex. java -version to get an idea, but I'm not sure what we could do for windows systems. Any ideas, @cbeer ?
Recent versions of Solr require Java 7+. We should provide a way to somehow require a minimum java version (in the jetty.yml file?) and raise an appropriate error otherwise.