So I finally muddled through my code and fixed the problems caused by updating. But here's one that happens when I try to compile:
1 2 3 4 5 6 7 8 9 10
| Exception in thread "main" java.lang.UnsatisfiedLinkError: com.jogamp.common.jvm.JVMUtil.initialize(Ljava/nio/ByteBuffer;)Z at com.jogamp.common.jvm.JVMUtil.initialize(Native Method) at com.jogamp.common.jvm.JVMUtil.<clinit>(JVMUtil.java:59) at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:1145) at javax.media.opengl.awt.GLCanvas.<init>(GLCanvas.java:232) at javax.media.opengl.awt.GLCanvas.<init>(GLCanvas.java:182) at javax.media.opengl.awt.GLCanvas.<init>(GLCanvas.java:172) at Engine.Engine.<init>(Engine.java:93) at Engine.Engine.main(Engine.java:87) Java Result: 1 |
I have... no idea.