aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-01 23:49:55 +0100
committerSven Gothel <[email protected]>2020-01-01 23:49:55 +0100
commit833c17c651e72e9e2cd67d8ac1e2e1fe3f811d49 (patch)
treeb5ce406f719bfdc3db0225fe826932cf0a4a2e21 /make
parent7856ab9d24e21346b0e3e403d04aca3070ab16d2 (diff)
jogamp-fat.jar Main-Class VersionApplet -> GLWindow
As we can no more rely on having AWT headful system, use JOGL/NEWT GLWindow to simply dump the version. Hence 'java -jar jogamp-fat.jar' behaves similar to 'etc/test.sh'.
Diffstat (limited to 'make')
-rw-r--r--make/jogamp-fat.mf2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jogamp-fat.mf b/make/jogamp-fat.mf
index 546e6ba..1598bb2 100644
--- a/make/jogamp-fat.mf
+++ b/make/jogamp-fat.mf
@@ -12,7 +12,7 @@ Implementation-Vendor: JogAmp Community
Implementation-URL: http://jogamp.org/
Extension-Name: com.jogamp
Implementation-Vendor-Id: com.jogamp
-Main-Class: jogamp.opengl.awt.VersionApplet
+Main-Class: com.jogamp.newt.opengl.GLWindow
Trusted-Library: true
Permissions: all-permissions
Application-Library-Allowable-Codebase: *