samvera-deprecated / jettywrapper

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

rake jetty:start fails when OpenJDK is installed #61

Open chrissharp123 opened 8 years ago

chrissharp123 commented 8 years ago

The "rake jetty:start" command fails on my Ubuntu 16.04 installation running OpenJDK 1.8 because the Java version check expects "java version" in the output. For OpenJDK users, making the change in #60 fixes the issue without affecting Oracle Java users.