Error working with XUL definition: org.pentaho.ui.xul.XulException:java.lang.reflect.InvocationTargetException
Problem Statement:
Getting below error while creating DB connection using Table Input step in process-studio
Error working with XUL definition
org.pentaho.ui.xul.XulException:java.lang.reflect.InvocationTargetException
Steps To Reproduce:
- Install the JDK version below 1.8 and check.
Solution:
- Check the java version installed on the machine. Type java -version on CMD to check java version.
- Install the supported java version(JDK 1.8 or above) and Add correct values to JAVA_HOME and JRE_HOME environment variable
- Add these JAVA_HOME and JRE_HOME variable into the PATH variables and restart the process-studio
Note: All the above environment variables should be added in System Variables and not in User Variables.