You are running JRE 8 in the console
- Java SE 14 = 58
- Java SE 13 = 57
- Java SE 12 = 56 (0x38 hex)
- Java SE 11 = 55 (0x37 hex)
- Java SE 10 = 54
- Java SE 9 = 53
- Java SE 8 = 52
- Java SE 7 = 51
- Java SE 6.0 = 50
- Java SE 5.0 = 49
- JDK 1.4 = 48
- JDK 1.3 = 47
- JDK 1.2 = 46
- JDK 1.1 = 45
The JRE used in the cmd console counts (and needs to be JRE 13). For running this you don't need a JDK at all. Should work if you remove the JRE 8 from your PATH environment variable and replace it with the PATH for JRE 13 (from inside of the jdk folder).
Lots of info on this particular issue on google:
I am trying to use Notepad++ as my all-in-one tool edit, run, compile, etc. I have JRE installed, and I have setup my path variable to the .../bin directory. When I run my "Hello world" in
stackoverflow.com