It’s a little hard to find out the root cause why out of box Pentaho Data Integration not working, any way, it’s resolved.
First need java 8 to install, because Oracle refuse to provide, need OpenJDK instead.
|
Also need change JavaApplicationStub
file as below. (Maybe Pentaho developer didin’t having a MBP…)
|
If you want to continue using Java 12 in system wide, install brew install jenv
and running jenv local 1.8
at data-integration folder.