I’ve using Processing with Eclipse / IntelliJ and ported a lot of old projects to Processing & Java 11.
Everything works great with the standard modus i.e size(xDimension, yDimension) but I’ve get an JOGL error whoever involving the P2D or P3D rendering pipeline:
Either way, 4.0b4 is working fine for me in Eclipse as a Maven artifact (the added bonus being you don’t have to worry about sourcing jar dependencies, such as JOGL, yourself).
Thanks for all your efforts and quick help!!! Once again some stupid questions:
The new artifact ‘processing-core-4:e63d5d0d4b’
also imports the java-fx-*:17.0.2 libraries, but not the jog-all and gluegen-rt- libraries in version JOGL 2.4.0-rc-.
According to the updated pom.xml the artifact ‘processing-core-4:4.0b4’ should also import all JOGL libraries in the upcoming JOGL 2.4.0-rc-* version, but it still imports JOGL version 2.3.2.