0
votes

I tried to open pentaho spoon but it doesnt launch . The error is "System does not find the path" I use "-Xms1024m" and C:\Program Files\Java\jre1.8.0_261 path as an environment but still does not working. Can someone help me please?

enter image description here

1

1 Answers

0
votes

You should use proper java location in set-pentaho-env file like

Write below 2 line in end of the file "set-pentaho-env.bat".

set _PENTAHO_JAVA_HOME=C:\Program Files\Java\jre1.8.0_261
set _PENTAHO_JAVA=C:\Program Files\Java\jre1.8.0_261\bin\%__LAUNCHER%

This should work.