java - Pentaho Data Integration appends bin/javaw.exe to already existing string -


when execute spoon, following:

c:\pdi-ce-6.0.1.0-386\data-integration>spoon debug: using java_home debug: _pentaho_java_home=c:\program files (x86)\java\jre1.8.0_73\bin\javaw.exe debug: _pentaho_java=c:\program files\(x86)\java\jre1.8.0_73\bin\javaw.exe\bin\javaw.exe 

i've added environment variable:

java_home c:\program files\(x86)\java\jre1.8.0_73 

i verified path environment variable looks this. (showing java path):

c:\program files (x86)\java\jre1.8.0_73\bin 

no matter try wrong path double bin\javaw.exe

how can spoon use correct path?

_pentaho_java_home should home folder of java: "c:\program files (x86)\java\jre1.8.0_73\" , not location of binary java.exe.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -