Is it accurate to say that older versions of Jetty cannot be made to work with Java 9 just by configuration changes
问题 Trying to run a fairly old project Mamute with Java 9. I was able to get around some initial errors by using --add-modules java.xml.bind but Mamute uses an older version of Jetty (8.1.0.v20120127) and I am seeing PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved This discussion around this thread would seem to indicate using Jetty with Java 9 is only possible with back-ported code changes and not by changing configuration. Is that correct? 回答1: To what I've