Hi Stefan,
I suppose you are using the JDK9 Jake build
(http://hg.openjdk.java.net/jigsaw/jake/) which prohibits
AccessibleObject.setAccessible even on types in exported packages,
the "exports private" needs to be used to allow access to non public types, see
http://mail.openjdk.java.net/piperma
On 2016-10-24, Tomas Zezula wrote:
> I suppose you are using the JDK9 Jake build
> (http://hg.openjdk.java.net/jigsaw/jake/) which prohibits
> AccessibleObject.setAccessible even on types in exported packages,
not sure. I downloaded jigsaw-jdk-9-ea+140_linux-x64_bin.tar.gz from the
last link pr