@J. D. BacolodYou can point NiFi directly at the Java 8 java command.
Modify the following line in NiFi's bootstrap.conf file:
# Java command to use when running NiFi
java=java
change:
java=java
to:
java=<path to JDK 8>/bin/java
Thanks,
Matt
If you find this answer addressed your question, please mark answer as accepted.