It's not really an error but when I am checking the runtime version it gives me the following, does that mean am I doing something wrong?
jshell> Runtime.version()
$3 ==> 12.0.1+12
It's not really an error but when I am checking the runtime version it gives me the following, does that mean am I doing something wrong?
jshell> Runtime.version()
$3 ==> 12.0.1+12
Nothing is amiss. Version 12.0.1 Build 12 is the currently shipping version of the OpenJDK implementation of Java.
See this screenshot of the AdoptOpenJDK website. Notice the version number 12.0.1+12
circled here in orange.
To understand the semantics of the version numbering for Java 10 and later, see JEP 322: Time-Based Release Versioning.