Commits

Wes McKinney authored bc9f9e532ea
ARROW-1966: [C++] Accommodate JAVA_HOME on Linux that includes the jre/ directory, or is the full path to directory with libjvm Some users ran into a rough edge where they had a non-standard JRE directory (possibly related to some recent changes by Oracle in their JDK installer) Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #1487 from wesm/ARROW-1966 and squashes the following commits: 7e14923d [Wes McKinney] Add note to API documentation about JAVA_HOME f77b31e6 [Wes McKinney] Accommodate a JAVA_HOME containing the jre/ directory, or an absolute path to directory containing libjvm