Hi All. I have jdk 11 set as the default java jdk in my linux server. But the java script which I want to run through is compiled with java 1.8u112. So, when I try to launch the taurus test it gives an error saying that it cannot find the java class.. But, when I make jdk8 as the default jdk then the test works fine and loads the class correctly.
So, the question is, is it possible to run Taurus test with a different jdk version?
Thanks for your help.