Using processing in netbeans P2D/P3D library link/load error on OSX

Hi, I tried download JOGL and gluegen from jogAmp according to the tutorial
JOGL - Installation - Tutorialspoint 1

but I still get the same error message:
(using Netbeans 11 and OpenJDK 11 on Ubuntu 18.04)

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/home/prokop/SW/JOGL/jogamp-all-platforms/jar/gluegen-rt.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)’ failed!
/home/prokop/.cache/netbeans/11.1/executor-snippets/run.xml:111: The following error occurred while executing this line:
/home/prokop/.cache/netbeans/11.1/executor-snippets/run.xml:68: Java returned: 127
BUILD FAILED (total time: 0 seconds)