Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

I am getting . "org/apache/nifi/bootstrap/RunNiFi : Unsupported major.minor version 52.0".I am installing .HDF 2.0 on Sandbox2.5 running on VM Box .

avatar
New Member

burman@bob

1 ACCEPTED SOLUTION

avatar
Master Guru

The Sandbox comes with Java 7 and HDF 2.0 requires Java 8. I can't speak for all the components in HDF, but for NiFI, if you extract a JDK 8 somewhere on the sandbox, you can set NiFi's JAVA_HOME in bin/nifi-env.sh

View solution in original post

3 REPLIES 3

avatar
Master Guru

The Sandbox comes with Java 7 and HDF 2.0 requires Java 8. I can't speak for all the components in HDF, but for NiFI, if you extract a JDK 8 somewhere on the sandbox, you can set NiFi's JAVA_HOME in bin/nifi-env.sh

avatar
New Member

Hi Bryan,

Thanks a lot. It worked for me.

Best Regards,

Bob

avatar
Visitor

Do it this way, it worked for me

set JAVa_HOME="c:\jkd-21\bin\"