Ok. So you configured Java 11 in the IDE. As is, this does not get called when you try to start java from the command line
This command will call the previously (most likely Java 8) JRE. In order to use Java 11's JRE, you have to prepend the java command with the path. So for example I have
@Erel's mentioned Java 11 installed in
to launch the above, I would have to do
C:\OpenJDK\jdk-11.0.1\bin\java.exe -jar jRDC.jar
Note: PLEASE don't post screen shots! I cannot copy/paste text from screen shots. I may stop replying to posts that just include screen shots instead of posting text as text. This is not solely directed at you. I'm just getting tired of having to switch back and forth between a graphic and the edit box here to type out stuff that I could just have copied and pasted. And yes, its short text, but sometimes my attention span is shorter...