Is it possible to display/print values of system properties without installing any program.
I am thinking perhaps one of the programs in jre/bin might do it.
Situation is that there is a locked-down system which is reporting strange values for "os.name" and I cannot install a tool to run.
You can print them all using the next command:
java -XshowSettings:all -version
JVisualVM
is part of the jdk and can show the system properties of JVMs running on the same machine. If you want to see the values of no particular JVM you can just look at the system properties of JVisualVM’s own JVM.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With