You get "JAVA_HOME is not properly configured" when running a Prioritize scan on CentOS 7
You have regular Unified Agent scans working in your CentOS 7 environment, but when you run a Prioritize scan, you get “JAVA_HOME is not properly configured. Please set JAVA_HOME environment variable“ as the only output. This is because CentOS 7 seems to be missing Java dependencies that Prioritize requires. The resolution is simple: you simply install these needed dependencies by running:
sudo yum -y install java-11-openjdk-jmods
Prioritize should now work fine.