I'm trying to run this applet (compiled in a way that the class file version is 54.0) in Linux from Terminal, and although I installed the latest version of java, it's version it's stuck to 1.8.0_181, with its Java(TM) SE Runtime Enviroment (build 1.8.0_181-b13).
With some research I managed to find out that I need to set the JRE to java 10 to run it, but I never found the answer that I needed, the steps. Many suggested Eclipse, but install it just to run an applet seems overkill to me, what can I do to set java up in a way that I can run this applet (whose class file is up to 54)?
p.s. I'm gonna be honest what I need are the STEPS to get me there.