Why and how come java.exe
appeared in "C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe", on Windows 10, and even more surprisingly - overridden my OpenJDK's java.exe
binary, out of a sudden, which I have as an explicit System Variable, in the environment variables?
Just got some awkward behaviour, after which, decided to check where java
, which got me this:
C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe
my actual OpenJDK 11 distribution\binaries
And it happened on its own.
What is this?
Update:
I have found it in the PATH system variable and just removed. I hope Windows OS won't start to misbehave due to this.. but I still wonder HOW this got there and HOW it has overridden my local Java installation.