--add-opens on an automatic module ?
David Hill
David.Hill at Oracle.com
Wed Dec 14 17:21:48 UTC 2016
I have yet another gradle exception:
java.lang.IllegalAccessException: class org.gradle.groovy.scripts.internal.GradleResolveVisitor cannot access a member of class org.codehaus.groovy.control.ClassNodeResolver with modifiers "protected static final"
Gradle is trying to use a jar it is packaged with likely (groovy-all-2.4.7.jar)
A quick search online did not show me how to specify a (presumably) automatic module in the
--add-opens=module/package=consumer
argument.
--
David Hill<David.Hill at Oracle.com>
Java Embedded Development
"A man's feet should be planted in his country, but his eyes should survey the world."
-- George Santayana (1863 - 1952)
More information about the jigsaw-dev
mailing list