Page 1 of 1

More recent java versions

Posted: Thu Oct 10, 2019 4:22 am
by ikanreed2
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 exits. I know how to fix it, but I don't know how to submit a patch.

Re: More recent java versions

Posted: Thu Oct 24, 2019 3:44 am
by Blake00
ikanreed2 wrote: Thu Oct 10, 2019 4:22 am 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 exits. I know how to fix it, but I don't know how to submit a patch.
Hi mate, I don't think Implode checks this old forum anymore so I'd recommend lodging a ticket here:
https://sourceforge.net/p/momime/tickets/