Error when Installing pentaho data integration

10,667

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.

Share:
10,667
Fatim
Author by

Fatim

Updated on June 29, 2022

Comments

  • Fatim
    Fatim almost 2 years

    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

  • Fatim
    Fatim about 9 years
    I resolved the problem by deletig \bin from the JAVA_HOME thaaaaaank you :)
  • Marlon Abeykoon
    Marlon Abeykoon about 9 years
    @Fatim select this as the correct answer if this is correct