Home
last modified time | relevance | path

Searched full:java_home (Results 1 – 25 of 18220) sorted by relevance

12345678910>>...729

/aosp_15_r20/external/bazelbuild-rules_java/toolchains/
H A Dlocal_java_repository.bzl42 def local_java_runtime(name, java_home, version, runtime_name = None, visibility = ["//visibility:p…
55 java_home: Path to the JDK.
73 java_home = java_home,
142 If the `java_home` attribute is specified, then use the given path,
148 java_home = repository_ctx.attr.java_home
149 if java_home:
150 java_home_path = repository_ctx.path(java_home)
152 …fail('The path indicated by the "java_home" attribute "%s" (absolute: "%s") does not exist.' % (ja…
154 if "JAVA_HOME" in repository_ctx.os.environ:
155 return repository_ctx.path(repository_ctx.os.environ["JAVA_HOME"])
[all …]
/aosp_15_r20/external/guava/
H A Dmvnw26 # JAVA_HOME - location of a JDK home dir
60 # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
62 if [ -z "$JAVA_HOME" ]; then
63 if [ -x "/usr/libexec/java_home" ]; then
64 JAVA_HOME="$(/usr/libexec/java_home)"; export JAVA_HOME
66 JAVA_HOME="/Library/Java/Home"; export JAVA_HOME
72 if [ -z "$JAVA_HOME" ] ; then
74 JAVA_HOME=$(java-config --jre-home)
80 [ -n "$JAVA_HOME" ] &&
81 JAVA_HOME=$(cygpath --unix "$JAVA_HOME")
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/
H A Dmvnw26 # JAVA_HOME - location of a JDK home dir
60 # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
62 if [ -z "$JAVA_HOME" ]; then
63 if [ -x "/usr/libexec/java_home" ]; then
64 JAVA_HOME="$(/usr/libexec/java_home)"; export JAVA_HOME
66 JAVA_HOME="/Library/Java/Home"; export JAVA_HOME
72 if [ -z "$JAVA_HOME" ] ; then
74 JAVA_HOME=$(java-config --jre-home)
80 [ -n "$JAVA_HOME" ] &&
81 JAVA_HOME=$(cygpath --unix "$JAVA_HOME")
[all …]
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-maven-plugin/
H A Dmvnw26 # JAVA_HOME - location of a JDK home dir
57 # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
59 if [ -z "$JAVA_HOME" ]; then
60 if [ -x "/usr/libexec/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"`
[all …]
/aosp_15_r20/external/apache-commons-compress/
H A Dmvnw26 # JAVA_HOME - location of a JDK home dir
57 # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
59 if [ -z "$JAVA_HOME" ]; then
60 if [ -x "/usr/libexec/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"`
[all …]
/aosp_15_r20/external/snakeyaml/
H A Dmvnw26 # JAVA_HOME - location of a JDK home dir
61 # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
63 if [ -z "$JAVA_HOME" ]; then
64 if [ -x "/usr/libexec/java_home" ]; then
65 export JAVA_HOME="`/usr/libexec/java_home`"
67 export JAVA_HOME="/Library/Java/Home"
73 if [ -z "$JAVA_HOME" ] ; then
75 JAVA_HOME=`java-config --jre-home`
109 [ -n "$JAVA_HOME" ] &&
110 JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
[all …]
/aosp_15_r20/external/jazzer-api/examples/junit-spring-web/
H A Dmvnw26 # JAVA_HOME - location of a JDK home dir
61 # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
63 if [ -z "$JAVA_HOME" ]; then
64 if [ -x "/usr/libexec/java_home" ]; then
65 export JAVA_HOME="`/usr/libexec/java_home`"
67 export JAVA_HOME="/Library/Java/Home"
73 if [ -z "$JAVA_HOME" ] ; then
75 JAVA_HOME=`java-config --jre-home`
109 [ -n "$JAVA_HOME" ] &&
110 JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/
Dbuild.rs4 //! To do so, we look for `JAVA_HOME` environment variable.
5 //! * If it exists, we recursively search for `jvm` library file inside `JAVA_HOME` directory.
10 //! Then, we search for `jvm` as we have `JAVA_HOME`.
13 //! at build time. This file is typically placed in `$JAVA_HOME/lib` directory.
36 let java_home = match env::var("JAVA_HOME") { in main() localVariable
37 Ok(java_home) => PathBuf::from(java_home), in main()
40 Try setting JAVA_HOME", in main()
45 find_libjvm(&java_home).expect("Failed to find libjvm.so. Check JAVA_HOME"); in main()
50 // and placed inside `JAVA_HOME\lib` directory. in main()
52 let lib_path = java_home.join("lib"); in main()
[all …]
/aosp_15_r20/external/apache-xml/test/tests/2.7.3_release/
H A D2.7.3_release.bat24 rem Set JAVA_HOME environment variable, for the local environment
26 if "%JAVA_HOME%"=="" goto noJavaHome
38 %JAVA_HOME%\bin\java -Djava.endorsed.dirs=%XALAN_BUILD_DIR_PATH%;%XERCES_ENDORSED_DIR_PATH% org.apa…
47 %JAVA_HOME%\bin\java -Djava.endorsed.dirs=%XALAN_BUILD_DIR_PATH%;%XERCES_ENDORSED_DIR_PATH% org.apa…
49 %JAVA_HOME%\bin\java -Djava.endorsed.dirs=%XERCES_ENDORSED_DIR_PATH% -classpath ..\..\java\build\te…
52 %JAVA_HOME%\bin\java -Djava.endorsed.dirs=%XALAN_BUILD_DIR_PATH%;%XERCES_ENDORSED_DIR_PATH% org.apa…
54 %JAVA_HOME%\bin\java -Djava.endorsed.dirs=%XERCES_ENDORSED_DIR_PATH% -classpath ..\..\java\build\te…
59 %JAVA_HOME%\bin\java -Djava.endorsed.dirs=%XALAN_BUILD_DIR_PATH%;%XERCES_ENDORSED_DIR_PATH% org.apa…
61 %JAVA_HOME%\bin\java -Djava.endorsed.dirs=%XERCES_ENDORSED_DIR_PATH% -classpath ..\..\java\build\te…
64 %JAVA_HOME%\bin\java -Djava.endorsed.dirs=%XALAN_BUILD_DIR_PATH%;%XERCES_ENDORSED_DIR_PATH% org.apa…
[all …]
/aosp_15_r20/developers/build/prebuilts/gradle/RecipeAssistant/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/BasicSyncAdapter/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/ElizaChat/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/system/extras/power_profile/camera_avg/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/ImmersiveMode/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/CardView/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/Camera2Video/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/ActionBarCompat-Styled/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/samples/android/system/RuntimePermissionsBasic/kotlinApp/
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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/development/tools/checkcolor/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/SpeedTracker/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/
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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/MidiScope/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/BasicImmersiveMode/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the
/aosp_15_r20/developers/build/prebuilts/gradle/AppRestrictionSchema/
H A 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
81 Please set the JAVA_HOME variable in your environment to match the
86 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
88 Please set the JAVA_HOME variable in your environment to match the

12345678910>>...729