From ff6527c82eaa7aa6a2e04d528f88f70e75e00265 Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 18 Oct 2016 14:50:09 +1300 Subject: pom.xml corrected the pom was referring to gluegen-rt and jogl-all rather than gluegen-rt-main and jogl-all-main, without the main the jar files are pulled down but none of the native jars so code will compile but not run. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9332aa1..64e1f87 100644 --- a/pom.xml +++ b/pom.xml @@ -109,12 +109,12 @@ org.jogamp.gluegen - gluegen-rt + gluegen-rt-main ${jogamp.version} org.jogamp.jogl - jogl-all + jogl-all-main ${jogamp.version} -- cgit v1.2.3