I am looking to run a Java Applet code from this website : https://www.math-cs.gordon.edu/courses/cps122/ATMExample/Executable.html
I am running :
- Firefox 134.0.2 (64-bit) snap for ubuntu, canonical-002-1.0;
- Ubuntu 22.04 Jammy
- Java JDK 21 is installed
From what I have found here. I started to follow the second answer to confirm that jdk21 does not include the lib needed for Firefox to work.
I understand that I should install JRE 1.8 and use Firefox ESR.
How could I it another way with jdk21 and current Firefox version ?