Spoon.bat does not work with windows 7 and java 1.8

-2

After unpacking the Pentaho PDI. I try to run the spoon.bat and get this message below and it does not open the IDE

I'musingjava1.8andwindows764bits

Errormessage:

  

DEBUG:UsingJAVA_HOMEDEBUG:_PENTAHO_JAVA_HOME=C:\Program  Files\Java\jdk1.8.0_161DEBUG:_PENTAHO_JAVA=C:\Program  Files\Java\jdk1.8.0_161\bin\javaw.exe

    

start"Spoon" "C: \ Program Files \ Java \ jdk1.8.0_161 \ bin \ javaw.exe"   "-Xms1024m" "-Xmx2048m" "-XX: MaxPermSize = 256m"   "-Dhttps.protocols = TLSv1, TLSv1.1, TLSv1.2"   "-Djava.library.path = libswt \ win64" "-DKETTLE_HOME="   "-DKETTLE_REPOSITORY=" "-DKETTLE_USER=" "-DKETTLE_PASSWORD=" "   "-DKETTLE_PLUGIN_PACKAGES=" "-DKETTLE_LOG_SIZE_LIMIT="   "-DKETTLE_JNDI_ROOT=" -jar   launcher \ pentaho-application-launcher-6.1.0.1-196.jar -lib   .. \ libswt \ win64

PATH file:

  

C: \ ProgramData \ Oracle \ Java \ javapath; C: \ Program Files   (x86) \ GNU \ SSH; C: \ Program Files \ Common Files \ Microsoft Shared \ Windows   Live: C: \ Program Files (x86) \ Common Files \ Microsoft Shared \ Windows   C: \ oracle \ bin \ C: \ oracle \ product \ 10.2.0 \ client_1 \ bin;% SystemRoot% \ system32;% SystemRoot%;% SystemRoot% \ System32 \ Wbem;% SYSTEMROOT% \ System32 \ WindowsPowerShell \ v1.0 \; C: \ Program   C: \ Program Files (x86) \ Windows Live \ Shared \ C: \ Program Files \ Tcl \ bin   C: \ Program Files (x86) \ cvsnt; C: \ Program Files (x86) \ Skype \ Phone \;   Files \ OpenVPN \ bin; C: \ Program Files \ TortoiseSVN \ bin; C: \ Program Files   (x86) \ Skype \ Phone \;% M2%; C: \ Program Files \ Git \ cmd; C: \ Program   Files \ nodejs \;% JAVA_HOME% \ bin;% PENTAHO_JAVA_HOME%

    
asked by anonymous 26.04.2018 / 21:55

1 answer

0

Getting this problem solved in ketller by creating a PENTAHO_JAVA_HOME variable in the system path and pointing to the JRE. After this simple setup can make Kettler spin.

    
10.05.2018 / 14:01