Closed sthocs closed 5 years ago
Recent java versions have a 2 digit version number (e.g. 11.0.4) so the string comparison against 1.7 fails. -> Added first an integer check against the major version.
11.0.4
1.7
Good catch, thanks!
Recent java versions have a 2 digit version number (e.g.
11.0.4
) so the string comparison against1.7
fails. -> Added first an integer check against the major version.