This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new cadbd28 NETBEANS 363 : fix fallback jdkhome (#455)
cadbd28 is described below
commit cadbd284fc07fb3387af433bbe8df2bdedbc75c2
Author: Reema Taneja <[email protected]>
AuthorDate: Tue Mar 20 17:51:52 2018 +0530
NETBEANS 363 : fix fallback jdkhome (#455)
---
nbbuild/jdk.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nbbuild/jdk.xml b/nbbuild/jdk.xml
index 146c268..946871a 100644
--- a/nbbuild/jdk.xml
+++ b/nbbuild/jdk.xml
@@ -203,7 +203,7 @@
</condition>
<!-- Fallback? -->
- <property name="nbjdk.home" location="${java.home.parent}"/>
+ <property name="nbjdk.home" location="${java.home}"/>
<available property="have-jdk-1.4" classname="java.lang.CharSequence"/>
<available property="have-jdk-1.5"
classname="java.lang.StringBuilder"/>
<available property="have-jdk-1.6"
classname="java.util.ServiceLoader"/>
--
To stop receiving notification emails like this one, please contact
[email protected].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists