Bug 399 - gluegen-rt-natives-windows-amd64.jar is not there, deployment on Win7 with 64-bit JVM fails
Summary: gluegen-rt-natives-windows-amd64.jar is not there, deployment on Win7 with 64...
Status: VERIFIED FIXED
Alias: None
Product: Gluegen
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: pc_x86_64 windows
: --- normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2010-06-09 06:17 CEST by Thomas Dullien
Modified: 2010-07-06 06:01 CEST (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Dullien 2010-06-09 06:17:28 CEST
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...