|
Hello,
I have successfully been using a build of JOGL from last summer with a game I am developing, but I recently decided to grab what is apparently the latest build, from 01/11/12.
I couldn't get it to work, but after a lot of fiddling, I noticed I was getting the following exception:
Catched FileNotFoundException: C:\Documents and Settings\Administrator\Desktop\NewJOGL\gluegen-natives-windows-i586.jar (The system cannot find the file specified), while TempJarCache.bootstrapNativeLib() of jar:file:/C:/Documents%20and%20Settings/Administrator/Desktop/NewJOGL/gluegen-natives-windows-i586.jar!/ (file:/C:/Documents%20and%20Settings/Administrator/Desktop/NewJOGL/ + gluegen-natives-windows-i586.jar)
This seemed strange as there should be no such jar... it should have been looking for gluegen-rt-natives-windows-i586.jar
I found renaming the downloaded jar to gluegen-natives-windows-i586.jar fixed the issue.
Is this due to a simple typo in your released code, or am I missing something?
|