FHIR Profile validation Java issues
Hello Community,
I'm trying to execute the FHIR R4 profile validation and got the below error. How to fix this below error
http://localhost:52773/csp/healthshare/learn1/fhir/r4/Patient/$validate?profile=http://examples.com/fhir/StructureDefinition/aktestpatient|4.0.1
$ZV: IRIS for Windows (x86-64) 2024.1 (Build 263) Wed Mar 13 2024 16:01:00 EDT
As the error says, you have to install the JDK 11 on your computer from here and configure JAVA_HOME system environment variable:
Perhaps you have already configured it but with newer version.
Thanks @Luis Angel Pérez Ramos
Does Java 11 is mandatory or Can I use latest version. I tired with latest version. anyway got the same error.
Reading the returned error it looks like that java 11 is mandatory.