Linux Pre Build Binaries on CentOS 7.5 not working

After successful installation of HDF pre-build binaries, I receive the error

/home/schmmark/Downloads/HDFView-3.0-centos7/HDFView-3.0.0-Linux/HDFView/3.0.0/jre/bin/java: line 5: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.99-2.6.5.0.el7_2.x86_64/jre-abrt/bin/java: No such file or directory

Any hints on solving it? It seems that the path for java is not working properly

Looks like the binary version of jre is conflicting with the system jre.
Try editing the hdfview.sh script to point the java to the system jre.

Allen

It works with the default system java, even though the GUI looks awful. Other ways to isolate the execution to the package java?