Ubuntu – How to output the Java runtime version in one line to the shell?
Let's say I want to get the content of java.runtime.version to the Linux shell. I don't want to call java -version and or doing any kind of grepping / sedding as we used this approach already in the past and…