I have a java installed in C:\MyFolder\Test\bin\jvm
and in the windows console I can successfully check the version by doing C:\MyFolder\Test\bin\jvm\bin\java.exe -version
.
My question is, how can I check all the VM options set? For example I want to know the value of -Xms or if HeapDumpOnOutOfMemoryError
is currently set to true or false.