FAQ
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