0

I have developed a JAVA application for signature verification and I want to develop an Apache Nifi Processor for this JAVA application.

When I want to run .bat file in cmd i.e. run-nifi.bat I get this error :

"The JAVA_HOME environment variable is not defined correctly. Instead the PATH will be used to find the java executable."

Also I can not find my processor at http://localhost:8080/nifi

Alfabravo
  • 7,493
  • 6
  • 46
  • 82
Questioner
  • 662
  • 1
  • 10
  • 26

1 Answers1

1

Just define JAVA_HOME system environment variable and point it to your JDK dir. More detailed answer: How to set java_home on Windows 7?

Donz
  • 1,389
  • 1
  • 13
  • 21