Re: Early Access builds for JDK 8u122 b02 , JDK 9 & JDK 9 with Project Jigsaw b140 are available on java.net

2016-10-24 Thread Tomas Zezula
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

Re: Early Access builds for JDK 8u122 b02 , JDK 9 & JDK 9 with Project Jigsaw b140 are available on java.net

2016-10-24 Thread Stefan Bodewig
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