Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/218#discussion_r55790433
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/bin/nifi.sh
 ---
    @@ -118,6 +118,12 @@ locateJava() {
                 fi
             fi
         fi
    +    [ "x${TOOLS_JAR}" =  "x" ] && [ -n "${JAVA_HOME}" ] && 
TOOLS_JAR=$(find "${JAVA_HOME}" -name "tools.jar")
    +    [ "x${TOOLS_JAR}" =  "x" ] && TOOLS_JAR=$(find "${JAVA_HOME}" -name 
"classes.jar")
    +    if ["x${TOOLS_JAR}" =  "x" ]; then
    --- End diff --
    
    I think my preference would be to opt to only display this if we are using 
the env command.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to