- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 18 for javaHome (0.09 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/info/GlobalBuildInfoPlugin.java
.orElseThrow(() -> new GradleException("Could not locate available Java installation in Gradle registry at: " + javaHome)); } private boolean isSameFile(File javaHome, InstallationLocation installationLocation) { try { return Files.isSameFile(installationLocation.getLocation().toPath(), javaHome.toPath()); } catch (IOException ioException) { throw new UncheckedIOException(ioException);
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 17 10:02:58 GMT 2021 - 18.1K bytes - Click Count (0) -
.teamcity/mvnw
if $darwin ; then javaHome="`dirname \"$javaExecutable\"`" javaExecutable="`cd \"$javaHome\" && pwd -P`/javac" else javaExecutable="`readlink -f \"$javaExecutable\"`" fi javaHome="`dirname \"$javaExecutable\"`" javaHome=`expr "$javaHome" : '\(.*\)/bin'` JAVA_HOME="$javaHome" export JAVA_HOME fi fi fiCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 26 01:48:39 GMT 2020 - 9.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/ThirdPartyAuditTask.java
this.signatureFile = signatureFile; } @Input @Optional public String getJavaHome() { return javaHome; } public void setJavaHome(String javaHome) { this.javaHome = javaHome; } @Internal public File getJarExpandDir() { return new File(new File(getProject().getBuildDir(), "precommit/thirdPartyAudit"), getName());Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jun 17 08:59:22 GMT 2021 - 16.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
buildJvm: Jvm = BuildToolBuildJvm, os: Os, arch: Arch = Arch.AMD64, ) { params { param("env.BOT_TEAMCITY_GITHUB_TOKEN", "%github.bot-teamcity.token%") param("env.JAVA_HOME", javaHome(buildJvm, os, arch)) param("env.ANDROID_HOME", os.androidHome) param("env.ANDROID_SDK_ROOT", os.androidHome) param("env.GRADLE_INTERNAL_REPO_URL", "%gradle.internal.repository.url%")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 14.8K bytes - Click Count (0) -
android/pom.xml
<gwt.version>2.13.0</gwt.version> <j2objc.version>3.1</j2objc.version> <java18-signature.version>1.0</java18-signature.version> <javahome-resolver-maven-plugin.version>1.0.2</javahome-resolver-maven-plugin.version> <jimfs.version>1.3.1</jimfs.version> <jspecify.version>1.0.0</jspecify.version> <jsr305.version>3.0.2</jsr305.version> <junit.version>4.13.2</junit.version>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 17 19:12:41 GMT 2026 - 26.9K bytes - Click Count (0) -
maven-tests/mvnw
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Sep 25 18:22:49 GMT 2025 - 10.4K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/ConnectionSpecTest.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 14.9K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallHandshakeTest.kt
assertThat(cipherSuites).containsExactly( TLS_AES_128_GCM_SHA256.javaName, TLS_AES_256_GCM_SHA384.javaName, TLS_CHACHA20_POLY1305_SHA256.javaName, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256.javaName, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256.javaName, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384.javaName,
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Sep 16 07:21:43 GMT 2025 - 11.4K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvn.cmd
@REM ==== START VALIDATION ==== if not "%JAVA_HOME%"=="" goto javaHomeSet for %%i in (java.exe) do set "JAVACMD=%%~$PATH:i" goto checkJavaCmd :javaHomeSet set "JAVACMD=%JAVA_HOME%\bin\java.exe" if not exist "%JAVACMD%" ( echo The JAVA_HOME environment variable is not defined correctly, so Apache Maven cannot be started. >&2 echo JAVA_HOME is set to "%JAVA_HOME%", but "%%JAVA_HOME%%\bin\java.exe" does not exist. >&2 goto error
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 10.7K bytes - Click Count (3) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/CipherSuite.kt
result = CipherSuite(javaName) } // Add the new cipher suite, or a confirmed alias. INSTANCES[javaName] = result } return result } private fun secondaryName(javaName: String): String = when { javaName.startsWith("TLS_") -> "SSL_" + javaName.substring(4) javaName.startsWith("SSL_") -> "TLS_" + javaName.substring(4) else -> javaName
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 39.9K bytes - Click Count (0)