Re: gluegen-rt.dll Error
Posted by
gouessej on
Apr 02, 2015; 10:50am
URL: https://forum.jogamp.org/gluegen-rt-dll-Error-tp4034228p4034232.html
Actually, you are mixing several incompatible versions of GlueGen (>= 2.3.1) and JOGL (<2.3.1) as jogamp.common.os.MachineDescriptionRuntime was moved into jogamp.common.os.MachineDataInfoRuntime:
https://github.com/sgothel/gluegen/commit/7db9df61142694965b50f2e0553d4c9e5668439bPlease clean up your mess, delete all JARs of JOGL and GlueGen and get the latest JARs
here.