Thank you for responding to my question. Here are the logs.
ERROR it.eng.knowage.meta.generator.utils.Compiler.compile:125 - Cannot find Java System compiler during compilation of jpa classes, check if JDK is correctly installed.
ERROR it.eng.knowage.meta.service.MetaService.buildModel:751 - Error during metamodel generation : java.lang.NullPointerException
Well, I believe this might be the JAVA_HOME, JRE_HOME and PATH issue; however, I have defined all three variables in my system variable property and still does not want to work.
JAVA_HOME: C:\Program Files\Java\jdk-9.0.4
JRE_HOME: C:\Program Files\Java\jre1.8.0_161
PATH: %JAVA_HOME%\bin;
Let me know if I have done something wrong.