I'm trying to install katalon studio on ubunut. But it keeps giving me the following error:
sudo apt-get install openjdk-8-jre
sudo update-alternatives --config java //then choose the openjdk-8-jre option
I followed the following steps, but with no success.
you need OpenJDK 8 on your Ubuntu to run katalon
sudo apt-get install openjdk-8-jre -> is command to install OpenJDK 8 (requirement to run katalon studio)
Verify the version of the JDK again using java -version in terminal.
to activate katalon you need the following step: