Home
last modified time | relevance | path

Searched refs:JAVA_HOME (Results 1 - 4 of 4) sorted by relevance

/applications/standard/systemui/
H A Dgradlew.bat39 if defined JAVA_HOME goto findJavaFromJavaHome
46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48 echo Please set the JAVA_HOME variable in your environment to match the
54 set JAVA_HOME=%JAVA_HOME:"=% variable
55 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
60 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62 echo Please set the JAVA_HOME variable in your environment to match the
H A Dgradlew86 if [ -n "$JAVA_HOME" ] ; then
87 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
89 JAVACMD="$JAVA_HOME/jre/sh/java"
91 JAVACMD="$JAVA_HOME/bin/java"
94 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
96 Please set the JAVA_HOME variable in your environment to match the
101 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
103 Please set the JAVA_HOME variable in your environment to match the
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H A Dcompile-ohpm-ci.sh100 export JAVA_HOME=${arg_jdk}
101 export PATH=$JAVA_HOME/bin:$PATH
H A Dcompile-ut-ohpm.sh113 export JAVA_HOME=${arg_jdk}
114 export PATH=$JAVA_HOME/bin:$PATH

Completed in 4 milliseconds