| Summary: | gluegen-rt-natives-windows-amd64.jar is not there, deployment on Win7 with 64-bit JVM fails | ||
|---|---|---|---|
| Product: | [JogAmp] Gluegen | Reporter: | Thomas Dullien <thomas.dullien> |
| Component: | core | Assignee: | Sven Gothel <sgothel> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | ||
| Priority: | --- | ||
| Version: | 2 | ||
| Hardware: | pc_x86_64 | ||
| OS: | windows | ||
| Type: | --- | SCM Refs: | |
| Workaround: | --- | ||
We have added Windows 64 bit builds since: http://jogamp.org/git/?p=jogl.git;a=commit;h=2833b9457e734fb8d21ad66dd3a8ea207050964f http://jogamp.org/chuck/job/jogl/label=windows-x86_64/ |
Hey all, unfortunately, I spent the last few hours trying to deploy JOGL to my new development machine -- which is an amd64-based win7 machine with both 64-bit and 32-bit VMs installed. When I try to use the web start deployment, I get a FileNotFoundException for the file gluegen-rt-natives-windows-amd64.jar -- which is not surprising, because that file is not present. I have (also unsuccessfully) tried to run the install jnlp file from the 32-bit VM -- it seems to run through, but when I try to run my software in eclipse I get the following exception: Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class com.sun.opengl.impl.windows.WindowsGLDrawableFactory at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:106) at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:520) at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131) at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:90) at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:83) at com.zynamics.heap.HeapChart.<init>(HeapChart.java:68) at com.zynamics.heap.HeapGUI.newPlot(HeapGUI.java:79) at com.zynamics.heap.HeapGUI.openLogFile(HeapGUI.java:310) at com.zynamics.heap.HeapGUI.access$17(HeapGUI.java:269) at com.zynamics.heap.HeapGUI$2.actionPerformed(HeapGUI.java:192) (...) Any help would be -much- appreciated...