Search found 1 match

by ikanreed2
Thu Oct 10, 2019 4:22 am
Forum: Bug reports and ideas for enhancements
Topic: More recent java versions
Replies: 1
Views: 15224

More recent java versions

MomServerKickOff.java has a pretty major issue. It tries to do a string.split() on java.version, but for more recent versions of Java(such as 14, the only version you can get without an oracle account these days), they no longer do "major.minor". Naturally this throws an exception and exit...