Specify locating System JVM first, then use fail back
Brought to you by:
poida_smith
This change allows a boolean configuration in the ini file to be used:
vm.sysfirst=true
By default this is false, not set, and will continue to use regular WinRun4J behavior. If set, when locating a JVM it will first attempt to find a sufficient System JVM and then fail back on the one specified in vm.location.
Patch file for changes to VM.h and VM.cpp