I am trying to run Freemind 1.0.1 on a Windows 10 machine with OpenJDK. When I try to launch it from the Start menu or try to open a .mm file in File Explorer, I get an error message saying
This application requires a Java Runtime Environment 1.5.0.
In both cases, Windows presumably tries to run C:\Program Files (x86)\FreeMind\FreeMind.exe (launching it directly gives me the same result). The same folder also has a batch file Freemind.bat, which launches Freemind successfully.
I am running OpenJDK 13.0.2, and java.exe is on my default PATH.
Is there a way to get the EXE wrapper to play nicely with OpenJDK 13? Or is that a bug which is hard-coded into the binary?