FAQ

From MMNet Wiki
Revision as of 09:45, 17 March 2018 by Spork (talk | contribs) (Created page with " === Frequently Asked Questions about MekWars === == Java 9 == Java 9 moved some of the functionality of XML out of the J2SE module and into the J2EE module, which is not load...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Frequently Asked Questions about MekWars

Java 9

Java 9 moved some of the functionality of XML out of the J2SE module and into the J2EE module, which is not loaded by default in the JRE. This results in the client erroring out with the following message in megameklog.txt:

ClassNotFoundException: javax.xml.bind.JAXBException

You can fix this by adding the following to your java command:

--add-modules java.se.ee