More recent java versions

Place to report bugs in MoM IME and suggest ideas for enhancements (please read rules before posting)
Post Reply
ikanreed2
Posts: 1
Joined: Thu Oct 10, 2019 4:12 am

More recent java versions

Post 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.
User avatar
Blake00
Posts: 34
Joined: Sun Nov 01, 2015 3:59 am
Location: Australia
Contact:

Re: More recent java versions

Post 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/
Image
Blake's Sanctum - Master of Magic Legacy:
fan page containing pictures, vids, info, similar games & fan projects!
Post Reply