Difference between revisions of "FAQ"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Revision as of 09:45, 17 March 2018
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