fix tests for java executable location. bug #2805
https://github.com/PhilJay/MPAndroidChart/issues/2805
This commit is contained in:
parent
ccf6b7e3b1
commit
ed618084f9
1 changed files with 2 additions and 2 deletions
4
gradlew
vendored
4
gradlew
vendored
|
@ -64,13 +64,13 @@ CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
|||
|
||||
# Determine the Java command to use to start the JVM.
|
||||
if [ -n "$JAVA_HOME" ] ; then
|
||||
if [ -xPx "$JAVA_HOME/jre/sh/java" ] ; then
|
||||
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
|
||||
# IBM's JDK on AIX uses strange locations for the executables
|
||||
JAVACMD="$JAVA_HOME/jre/sh/java"
|
||||
else
|
||||
JAVACMD="$JAVA_HOME/bin/java"
|
||||
fi
|
||||
if [ ! -xPx "$JAVACMD" ] ; then
|
||||
if [ ! -x "$JAVACMD" ] ; then
|
||||
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
|
||||
|
||||
Please set the JAVA_HOME variable in your environment to match the
|
||||
|
|
Loading…
Add table
Reference in a new issue