On Sun, May 22, 2016 at 02:28:37PM -0400, Christos Zoulas wrote: > that probably means that ant uses a different jdk than the one you turned > mprotect off on. run sh -x on ant to find which jdk it uses and paxctl +m > that one too.
Yes, this solves it: paxctl +m /usr/pkg/java/openjdk8/jre/bin/java paxctl +m /usr/pkg/java/openjdk8/bin/java Thomas
