samvera-deprecated / jettywrapper

Convenience tasks and classes for automated testing of hydra heads.
Apache License 2.0
7 stars 19 forks source link

Check for minimum java version and provide a reasonable error #43

Closed cbeer closed 9 years ago

cbeer commented 9 years ago

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.

awead commented 9 years ago

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 ?