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” and “sudo apt install openjdk-8-jdk” The terminal will ask you to confirm your download, type “y” to confirm. To confirm you have Java installed, type “java -version” in your terminal. You should see something like this:
Related Posts
How To Optimize Your Js-Based Progressive Web Apps
The goal of this whitepaper is to help you better understand how search engines perceive JS-powered sites, what their limitations…
Network Services and the Cloud
To fully maximize the potential of virtualization and the cloud, organizations must take a more holistic approach to their Application…
Extending Services Edge to Cloud –Requirements and Recommendations
Edge, network, data center, and cloud are no longer distinct. The boundaries have blurred, enabling innovative applications and new workloads…