If the error message is the following:
“Exception in thread “main” java.lang.UnsatisfiedLinkError: […] jre1.8.0_202/lib/i386/libawt_xawt.so: libXtst.so.6″
…this only affects the version with Java.
The bundled Java is a 32 bit version, which runs also on 64 bit systems.
But sometimes some 32 bit libraries have to be installed to 64 bit systems with the following command:
“sudo apt-get install libxtst6:i386”