|
I downloaded the latest Jogamp build (jogamp-windows-i586.7z), unzipped it and copied it over top of my existing jogamp files. Now when I run a jogl program, I get the below exception:
java.io.FileNotFoundException: C:\dev\java.net\raven\trunk\proj\CoyoteGraphics\dist\lib\gluegen-rt-natives-windows-i586.jar (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:214)
at java.util.zip.ZipFile.<init>(ZipFile.java:144)
at java.util.jar.JarFile.<init>(JarFile.java:152)
at java.util.jar.JarFile.<init>(JarFile.java:89)
at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:83)
at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)
at com.jogamp.common.util.JarUtil.getJarFile(JarUtil.java:294)
at com.jogamp.common.util.cache.TempJarCache.bootstrapNativeLib(TempJarCache.java:346)
at com.jogamp.common.os.Platform$3.run(Platform.java:312)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.loadGlueGenRTImpl(Platform.java:303)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:214)
at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:81)
at com.kitfox.coyote.renderer.jogl.CoyotePanel.getCapabilities(CoyotePanel.java:100)
|