The following message appears when I run any program.
Picked up _JAVA_OPTIONS: -Xverify:none
Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
A lot of related questions pointed to Editing Custom VM Options, but that did not apply to me.
I eventually discovered that Java runtime is finding this setting in my Environment Variables, which has variable _JAVA_OPTIONS as -Xverify:none.
I am almost certain that I would not have added this variable, so is there any other way it could have been created in Environment Variables? Is it safe to delete from Environment Variables without consequence?