Re: JOGL 2.3.2 example compiles but fails to run (Maven 3.8.2, NetBeans 12.4, OpenJDK 16.0.2, Lubuntu 21.10)
Posted by neblaz on Sep 05, 2021; 6:29pm
URL: https://forum.jogamp.org/JOGL-2-3-2-example-compiles-but-fails-to-run-Maven-3-8-2-NetBeans-12-4-OpenJDK-16-0-2-Lubuntu-21-10-tp4041246p4041256.html
I downloaded the 2.4.0 fat jar and copied jogamp-fat.jar into the 2.3.2 jogam-all-platforms/jar folder to run almost the same command as before:
java -Djava.awt.headless=true -cp jar/jogamp-fat.jar:. demos.es2.RawGL2ES2demo
Now I see an example running, some kind of a triangle (redish) acting like a pendulum on a magenta background.
Still I would prefer having a Maven dependency. OK, development wie IDE but running the main class via command line.
But debugging must be done via IDE, at least I have to do it that way.
When will 2.4.0 finally be officially available, also in maven repository?
Also I'm wondering why there is no dependecy for the jogamp-fat jar in maven repository?