Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/java-buildpack
/ JavaHome
Method
JavaHome
src/java/jres/jre.go:42–42 ·
view source on GitHub ↗
JavaHome returns the path to JAVA_HOME
()
Source
from the content-addressed store, hash-verified
40
41
// JavaHome returns the path to JAVA_HOME
42
JavaHome() string
43
44
// Version returns the installed JRE version
45
Version() string
Callers
3
Run
Function · 0.65
standard_jres_test.go
File · 0.65
openjdk_test.go
File · 0.65
Implementers
2
ZingJRE
src/java/jres/zing.go
BaseJRE
src/java/jres/base_jre.go
Calls
no outgoing calls
Tested by
no test coverage detected