You can download the files from this link: https://sourceforge.net/projects/pentaho/ https://downloads.sourceforge.net/projects/pentaho/Pentaho-9.3/client-tools/pci-ce-9.3.0.0-428.zip
To run Pentaho Data Integration on Ubuntu, Java 8 is required. Higher versions of Java like 9 or 11 will cause this error.
“Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules.”
To install Java 8, open your terminal and type in these commands at the shell prompt:
sudo apt update sudo apt install openjdk-8-jdk
If you are running Bullsey:
wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add - sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ sudo apt-get update && sudo apt-get install adoptopenjdk-8-hotspot
The terminal will ask you to confirm your download, type “y” to confirm. To confirm you have Java installed, type
java -version
Now that Java 8 is installed, we can run the Pentaho Data Integration app. In your terminal, change directories to the folder you extracted the sourceforge files to.
Extract files to a folder on your desktop called “pentaho” so your terminal looks like: To run spoon.sh, type
./spoon.sh
in your terminal. That will begin the process of starting the app.
https://downloads.mariadb.com/Connectors/java/connector-java-2.7.3/