hansva commented on issue #3082: URL: https://github.com/apache/hop/issues/3082#issuecomment-1638210443
The issue comes from the default suggestion ubuntu gives when installing java. It will suggest you to install the openjdk in headless mode, and this will result in these errors. Use following command to install Java and Hop wil happily start. `sudo apt-get install openjdk-11-jdk` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
