can't install katalon on ubuntu 22.04

373 Views Asked by At

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.

1

There are 1 best solutions below

0
budi.sann On

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:

  1. go to extraction folder of your The Katalon Studio and lauch the app enter image description here