KoLmafia and Java 9

I hate to be the bearer of bad news, but last time I checked, KoLmafia still depended on internal Java APIs (in sun.* packages) in the current version. This may break horribly with Java 9 modules. I haven't tested on JDK 9 previews yet, but I plan to do so soon, and I will report back on anything interesting I find. Also noteworthy in JDK 9: compilation for Java 5 is no longer supported.
 
Good news: Basic KoLmafia features work great with Java 9 EA, as of yesterday's most recent build. I'm planning on digging into potential issues some more, including scanning the source code, just to be sure my concerns are unfounded.
 
Top