Home
last modified time | relevance | path

Searched refs:JAVA_HOME (Results 1 – 25 of 202) sorted by relevance

123456789

/external/snakeyaml/
Dmvnw61 …if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ;…
65 export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
68 … if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then
72 export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home
75 if [ -z "$JAVA_HOME" ] && [ -L "/Library/Java/JavaVirtualMachines/CurrentJDK" ] ; then
79 export JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home
82 if [ -z "$JAVA_HOME" ] && [ -x "/usr/libexec/java_home" ]; then
86 export JAVA_HOME=`/usr/libexec/java_home`
91 if [ -z "$JAVA_HOME" ] ; then
93 JAVA_HOME=`java-config --jre-home`
[all …]
/external/apache-commons-compress/
Dmvnw59 if [ -z "$JAVA_HOME" ]; then
61 export JAVA_HOME="`/usr/libexec/java_home`"
63 export JAVA_HOME="/Library/Java/Home"
69 if [ -z "$JAVA_HOME" ] ; then
71 JAVA_HOME=`java-config --jre-home`
105 [ -n "$JAVA_HOME" ] &&
106 JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
115 [ -n "$JAVA_HOME" ] &&
116 JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`"
120 if [ -z "$JAVA_HOME" ]; then
[all …]
/external/kotlinx.atomicfu/atomicfu-maven-plugin/
Dmvnw59 if [ -z "$JAVA_HOME" ]; then
61 export JAVA_HOME="`/usr/libexec/java_home`"
63 export JAVA_HOME="/Library/Java/Home"
69 if [ -z "$JAVA_HOME" ] ; then
71 JAVA_HOME=`java-config --jre-home`
105 [ -n "$JAVA_HOME" ] &&
106 JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
115 [ -n "$JAVA_HOME" ] &&
116 JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`"
120 if [ -z "$JAVA_HOME" ]; then
[all …]
/external/jcommander/
Dgradlew47 [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
71 if [ -n "$JAVA_HOME" ] ; then
72 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
74 JAVACMD="$JAVA_HOME/jre/sh/java"
76 JAVACMD="$JAVA_HOME/bin/java"
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
/external/oboe/apps/OboeTester/
Dgradlew47 [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
71 if [ -n "$JAVA_HOME" ] ; then
72 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
74 JAVACMD="$JAVA_HOME/jre/sh/java"
76 JAVACMD="$JAVA_HOME/bin/java"
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/
Dgradlew47 [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
71 if [ -n "$JAVA_HOME" ] ; then
72 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
74 JAVACMD="$JAVA_HOME/jre/sh/java"
76 JAVACMD="$JAVA_HOME/bin/java"
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/skia/platform_tools/android/apps/
Dgradlew47 [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
71 if [ -n "$JAVA_HOME" ] ; then
72 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
74 JAVACMD="$JAVA_HOME/jre/sh/java"
76 JAVACMD="$JAVA_HOME/bin/java"
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
/external/testng/
Dgradlew47 [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
71 if [ -n "$JAVA_HOME" ] ; then
72 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
74 JAVACMD="$JAVA_HOME/jre/sh/java"
76 JAVACMD="$JAVA_HOME/bin/java"
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
/external/jdiff/
Dgradlew47 [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
71 if [ -n "$JAVA_HOME" ] ; then
72 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
74 JAVACMD="$JAVA_HOME/jre/sh/java"
76 JAVACMD="$JAVA_HOME/bin/java"
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
/external/renderscript-intrinsics-replacement-toolkit/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/oboe/apps/fxlab/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/grpc-grpc-java/examples/example-kotlin/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/flatbuffers/android/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/subsampling-scale-image-view/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/volley/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/MPAndroidChart/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/android-key-attestation/server/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/walt/android/WALT/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/mobly-snippet-lib/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/grpc-grpc-java/examples/android/routeguide/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/deqp-deps/amber/android_gradle/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/grpc-grpc/src/android/test/interop/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/tensorflow/tensorflow/lite/java/ovic/demo/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the
/external/grpc-grpc-java/
Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
35 set JAVA_HOME=%JAVA_HOME:"=% variable
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
43 echo Please set the JAVA_HOME variable in your environment to match the

123456789