On startup jshell shows the version:
Welcome to JShell -- Version 14.0.1
But is there a way to retrieve the version programmatically?
How about executing Runtime.version()?
Runtime.version()