3

I'm trying to install pentaho data integration and I have a problem with the configuration of spoon.bat. I updated the file with adding PENTAHO_JAVA= javaw.exe, also edited the environment variables (Computer > Properties > Advanced > Environment Variables by adding ";C:\Program Files\Java\jre7\bin" on the end of the variable PATH. but when I start the file, it doesn't work.

I have this error DEBUG: Using JAVA_HOME and Windows can't find the path

pppery
  • 3,731
  • 22
  • 33
  • 46
Fatim
  • 155
  • 3
  • 3
  • 13

1 Answers1

3

JAVA_HOME should be pointed to a jdk. JRE_HOME should point to jre.

JAVA_HOME = C:\Program Files\Java\jdk\bin
JRE_HOME = C:\Program Files\Java\jre7\bin
PENTAHO_JAVA = 'C:\Pentaho\Java'

Change the paths accordingly and try.

Marlon Abeykoon
  • 11,927
  • 4
  • 54
  • 75