I copied a code from the examples:
size(400, 400, P3D);
noStroke();
lights();
translate(232, 192, 0);
sphere(112);
and got an error:
A library relies on native code that’s not available.
Or only works properly when the sketch is run as a 32-bit application.
UnsatisfiedLinkError: C:\Users\XXX\AppData\Local\Temp\jogamp_0000\file_cache\jln916382138462038031\jln10093228256014136749\natives\windows-amd64\gluegen_rt.dll: Can’t find dependent libraries
I am using processing 4.0b2
Please advise