matthiasblaesing commented on code in PR #7031:
URL: https://github.com/apache/netbeans/pull/7031#discussion_r1481954449
##########
java/java.freeform/src/org/netbeans/modules/java/freeform/jdkselection/jdk.xml:
##########
@@ -159,7 +159,10 @@
<!-- Define fallback values of some things. -->
<property name="java.home.parent" location="${java.home}/.."/>
<condition property="nbjdk.home" value="${java.home.parent}">
- <available file="${java.home.parent}/lib/tools.jar" type="file"/>
+ <available file="${java.home.parent}/jmods/java.base.jmod"
type="file"/>
Review Comment:
My though was this (this is the original line 162) in combination with the
addtion lines 163-165 you added:
```suggestion
<available file="${java.home.parent}/lib/tools.jar" type="file"/>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[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