Single fat jar files:
- jogamp-fat.jar: actual fat jar file of all modules
with all its native files included.
- jogamp-fat-java-src.java: the corresponding java source code for your IDE
- jogamp-fat-test.jar: the unit tests incl. junit (currently only for JOGL)
- jogamp-fat-test-java-src.jar: the corresponding java source code for your IDE
You can launch jogamp-fat.jar via 'java -jar jogamp-fat.jar',
which currently launches an AWT app displaying JOGL's capabilities.
You can launch jogamp-fat-test.jar (with jogamp-fat.jar inside same folder)
via 'java -jar jogamp-fat-test.jar',
which currently launches a NEWT/JOGL GearsES2 app.
jogamp-fat-test.jar can be utilizes to run any singl tests,
or all of them - ofc.
The latter might be a useful use-case for the fat jar files
besides supporting novice users.