extractMajorVersion and Java 9
Closed this issue · 1 comments
sreilly commented
Original report by me.
A note that the apps built using the current appbundler are going to break when using Java 9 because of the way that extractMajorVersion in main.m looks for the major version number. The basic problem is that extractMajorVersion looks for a version of form 1.X, where X is the major version, but Java 9 ditches the leading "1."
For more info, see JEP 223
I have been working on some code to fix this, but in the meantime, thought I should bring it to others' attention.
sreilly commented
Resolved in commits ce0600b and 52e19c0.