Skip to content

Known Issues and Workarounds

neoancient edited this page Jul 12, 2018 · 18 revisions

Running under Java 9 Beta

Java 9 includes a new way to split libraries ("JAR" files) into modules. This means that some Java classes, which were until Java 8 part of the normal Java installation, aren't automatically found. Adding the following to the command line or the megamek.l2j.ini file fixes it for now:

--add-modules java.se.ee

Clone this wiki locally