Kaydet (Commit) 7f62b444 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

java home for JDK 1.8 can also be found in registry

Change-Id: I0179696962c300792f75bf41171514be3ddaa76e
üst f6de3b71
...@@ -6712,7 +6712,7 @@ if test "$ENABLE_JAVA" != ""; then ...@@ -6712,7 +6712,7 @@ if test "$ENABLE_JAVA" != ""; then
fi fi
if test -z "$with_jdk_home"; then if test -z "$with_jdk_home"; then
for ver in 1.7 1.6; do for ver in 1.8 1.7 1.6; do
reg_get_value_$bitness "HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Development Kit/$ver/JavaHome" reg_get_value_$bitness "HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Development Kit/$ver/JavaHome"
if test -n "$regvalue"; then if test -n "$regvalue"; then
_jdk_home=$regvalue _jdk_home=$regvalue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment