I'm getting an error when I try to run my program. Here's the error:
java.lang.UnsupportedClassVersionError: me/icc/pluginTest/Main has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
But in my terminal window, when I type java -version:
java version "13.0.2" 2020-01-14
Java(TM) SE Runtime Environment (build 13.0.2+8)
Java HotSpot(TM) 64-Bit Server VM (build 13.0.2+8, mixed mode, sharing)
And I thought Java 13 was v57. From what I see my JRE matches my Java version. Does anyone know what's wrong?
Extra photos if that helps: https://i.stack.imgur.com/u23pz.jpg