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,354
  • 6
  • 45
  • 79
Questioner
  • 583
  • 1
  • 7
  • 24

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,411
  • 1
  • 12
  • 21